1 write to WasUninstallCalled
Aspire.Hosting.Kubernetes.Tests (1)
FakeHelmRunner.cs (1)
68WasUninstallCalled = true;
3 references to WasUninstallCalled
Aspire.Hosting.Kubernetes.Tests (3)
KubernetesDeployTests.cs (3)
1870Assert.True(fakeHelm.WasUninstallCalled); 1903Assert.False(fakeHelm.WasUninstallCalled); 1942Assert.True(fakeHelm.WasUninstallCalled);