1 write to _title
Aspire.Hosting.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
139_title = title;
6 references to _title
Aspire.Hosting.Tests (6)
tests\Shared\TestPipelineActivityReporter.cs (6)
149_reporter.CompletedSteps.Add((_title, completionText, completionState)); 152_testOutputHelper.WriteLine($" [CompleteStep:{_title}] {completionText} (State: {completionState})"); 161_reporter.CreatedTasks.Add((_title, statusText)); 163_testOutputHelper.WriteLine($" [CreateTask:{_title}] {statusText}"); 172_reporter.LoggedMessages.Add((_title, logLevel, message)); 174_testOutputHelper.WriteLine($" [{logLevel}:{_title}] {message}");