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