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); 287Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 348Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 415Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 511Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 720Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 783Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 994Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState);