1 write to WasUninstallCalled
Aspire.Hosting.Azure.Kubernetes.Tests (1)
tests\Shared\FakeHelmRunner.cs (1)
76
WasUninstallCalled
= true;
3 references to WasUninstallCalled
Aspire.Hosting.Azure.Kubernetes.Tests (3)
AzureKubernetesInfrastructureTests.cs (3)
859
Assert.False(fakeHelm.
WasUninstallCalled
);
931
Assert.False(fakeHelm.
WasUninstallCalled
);
1001
Assert.False(fakeHelm.
WasUninstallCalled
);