12 references to CreatedSteps
Aspire.Hosting.Tests (12)
Pipelines\DistributedApplicationPipelineTests.cs (8)
870Assert.Contains("failing-step", reporter.CreatedSteps); 1155Assert.Contains("logging-step", reporter.CreatedSteps); 1208Assert.Contains("step1", reporter.CreatedSteps); 1209Assert.Contains("step2", reporter.CreatedSteps); 1248Assert.Contains("failing-step", reporter.CreatedSteps); 1308Assert.Contains("step1", reporter.CreatedSteps); 1309Assert.Contains("step2", reporter.CreatedSteps); 1310Assert.Contains("step3", reporter.CreatedSteps);
tests\Shared\TestPipelineActivityReporter.cs (4)
78lock (CreatedSteps) 80CreatedSteps.Clear(); 121lock (CreatedSteps) 123CreatedSteps.Add(title);