1 write to LastArguments
Aspire.Hosting.Kubernetes.Tests (1)
HelmVersionValidatorTests.cs (1)
116LastArguments = arguments;
4 references to LastArguments
Aspire.Hosting.Kubernetes.Tests (4)
HelmVersionValidatorTests.cs (4)
99Assert.NotNull(runner.LastArguments); 100Assert.DoesNotContain("--client", runner.LastArguments, StringComparison.Ordinal); 101Assert.Contains("version", runner.LastArguments, StringComparison.Ordinal); 102Assert.Contains("--short", runner.LastArguments, StringComparison.Ordinal);