12 references to CreatedSteps
Aspire.Hosting.Tests (12)
Pipelines\DistributedApplicationPipelineTests.cs (8)
873Assert.Contains("failing-step", reporter.CreatedSteps); 1158Assert.Contains("logging-step", reporter.CreatedSteps); 1211Assert.Contains("step1", reporter.CreatedSteps); 1212Assert.Contains("step2", reporter.CreatedSteps); 1251Assert.Contains("failing-step", reporter.CreatedSteps); 1311Assert.Contains("step1", reporter.CreatedSteps); 1312Assert.Contains("step2", reporter.CreatedSteps); 1313Assert.Contains("step3", reporter.CreatedSteps);
tests\Shared\TestPipelineActivityReporter.cs (4)
93lock (CreatedSteps) 95CreatedSteps.Clear(); 150lock (CreatedSteps) 152CreatedSteps.Add(title);