2 writes to ResultCompletionState
Aspire.Hosting.Azure.Tests (2)
tests\Shared\TestPipelineActivityReporter.cs (2)
104ResultCompletionState = null; 112ResultCompletionState = completionState;
9 references to ResultCompletionState
Aspire.Hosting.Azure.Tests (9)
AzureDeployerTests.cs (9)
174Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 228Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 283Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 343Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 409Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 504Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 712Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 774Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 982Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState);