1 write to WasUninstallCalled
Aspire.Hosting.Kubernetes.Tests (1)
tests\Shared\FakeHelmRunner.cs (1)
76WasUninstallCalled = true;
4 references to WasUninstallCalled
Aspire.Hosting.Kubernetes.Tests (4)
KubernetesDeployTests.cs (4)
556Assert.False(fakeHelm.WasUninstallCalled); 581Assert.False(fakeHelm.WasUninstallCalled); 1952Assert.False(fakeHelm.WasUninstallCalled); 1991Assert.True(fakeHelm.WasUninstallCalled);