2 writes to ResultCompletionState
Aspire.Hosting.Azure.Tests (2)
tests\Shared\TestPipelineActivityReporter.cs (2)
119ResultCompletionState = null; 128ResultCompletionState = options?.CompletionState;
9 references to ResultCompletionState
Aspire.Hosting.Azure.Tests (9)
AzureDeployerTests.cs (9)
176Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 231Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 286Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 346Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 412Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 508Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 717Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 779Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 989Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState);