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