12 references to CreatedSteps
Aspire.Hosting.Tests (12)
Pipelines\DistributedApplicationPipelineTests.cs (8)
902Assert.Contains("failing-step", reporter.CreatedSteps); 1185Assert.Contains("logging-step", reporter.CreatedSteps); 1235Assert.Contains("step1", reporter.CreatedSteps); 1236Assert.Contains("step2", reporter.CreatedSteps); 1272Assert.Contains("failing-step", reporter.CreatedSteps); 1329Assert.Contains("step1", reporter.CreatedSteps); 1330Assert.Contains("step2", reporter.CreatedSteps); 1331Assert.Contains("step3", reporter.CreatedSteps);
tests\Shared\TestPipelineActivityReporter.cs (4)
98lock (CreatedSteps) 100CreatedSteps.Clear(); 163lock (CreatedSteps) 165CreatedSteps.Add(title);