1 write to _title
Aspire.Hosting.Foundry.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
187_title = title;
11 references to _title
Aspire.Hosting.Foundry.Tests (11)
tests\Shared\TestPipelineActivityReporter.cs (11)
197_reporter.CompletedSteps.Add((_title, completionText, completionState)); 198_reporter.OnStepCompleted?.Invoke(_title, completionText, completionState); 199_testOutputHelper.WriteLine($" [CompleteStep:{_title}] {completionText} (State: {completionState})"); 209_reporter.CreatedTasks.Add((_title, statusText)); 210_testOutputHelper.WriteLine($" [CreateTask:{_title}] {statusText}"); 220_reporter.LoggedMessages.Add((_title, logLevel, message)); 221_testOutputHelper.WriteLine($" [{logLevel}:{_title}] {message}"); 229_reporter.LoggedMessages.Add((_title, logLevel, message)); 230_testOutputHelper.WriteLine($" [{logLevel}:{_title}] {message}"); 239_reporter.LoggedMessages.Add((_title, logLevel, message.Value)); 240_testOutputHelper.WriteLine($" [{logLevel}:{_title}] {message.Value}");