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