2 writes to ResultCompletionState
Aspire.Hosting.Kubernetes.Tests (2)
tests\Shared\TestPipelineActivityReporter.cs (2)
128ResultCompletionState = null; 137ResultCompletionState = options?.CompletionState;
2 references to ResultCompletionState
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesPublisherTests.cs (2)
927Assert.Equal(CompletionState.CompletedWithError, reporter.ResultCompletionState); 953Assert.Equal(CompletionState.CompletedWithError, reporter.ResultCompletionState);