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