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}");