6 references to CompletedSteps
Aspire.Hosting.Tests (6)
Pipelines\DistributedApplicationPipelineTests.cs (2)
871
Assert.Contains(reporter.
CompletedSteps
, step => step.StepTitle == "failing-step" && step.CompletionState == CompletionState.CompletedWithError);
1249
Assert.Contains(reporter.
CompletedSteps
, step => step.StepTitle == "failing-step" && step.CompletionState == CompletionState.CompletedWithError);
tests\Shared\TestPipelineActivityReporter.cs (4)
86
lock (
CompletedSteps
)
88
CompletedSteps
.Clear();
147
lock (_reporter.
CompletedSteps
)
149
_reporter.
CompletedSteps
.Add((_title, completionText, completionState));