2 writes to ResultCompletionState
Aspire.Hosting.Azure.Tests (2)
tests\Shared\TestPipelineActivityReporter.cs (2)
128ResultCompletionState = null; 137ResultCompletionState = options?.CompletionState;
11 references to ResultCompletionState
Aspire.Hosting.Azure.Tests (11)
AzureDeployerTests.cs (11)
183Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 238Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 293Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 353Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 419Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 487Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 547Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 631Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 894Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 956Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState); 1166Assert.NotEqual(CompletionState.CompletedWithError, mockActivityReporter.ResultCompletionState);