1 write to LastArguments
Aspire.Hosting.Kubernetes.Tests (1)
FakeHelmRunner.cs (1)
45LastArguments = arguments;
2 references to LastArguments
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesDeployTests.cs (2)
1871Assert.Contains("my-release", fakeHelm.LastArguments!); 1872Assert.Contains("my-namespace", fakeHelm.LastArguments!);