2 writes to ResultCompletionState
Aspire.Hosting.Azure.Tests (2)
tests\Shared\TestPipelineActivityReporter.cs (2)
114ResultCompletionState = null; 122ResultCompletionState = completionState;
9 references to ResultCompletionState
Aspire.Hosting.Azure.Tests (9)
AzureDeployerTests.cs (9)
176Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 230Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 286Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 347Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 414Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 510Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 718Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 781Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 990Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState);