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