6 references to CompletedSteps
Aspire.Hosting.Tests (6)
Pipelines\DistributedApplicationPipelineTests.cs (2)
903
Assert.Contains(reporter.
CompletedSteps
, step => step.StepTitle == "failing-step" && step.CompletionState == CompletionState.CompletedWithError);
1273
Assert.Contains(reporter.
CompletedSteps
, step => step.StepTitle == "failing-step" && step.CompletionState == CompletionState.CompletedWithError);
tests\Shared\TestPipelineActivityReporter.cs (4)
110
lock (
CompletedSteps
)
112
CompletedSteps
.Clear();
195
lock (_reporter.
CompletedSteps
)
197
_reporter.
CompletedSteps
.Add((_title, completionText, completionState));