1 write to _testOutputHelper
Aspire.Hosting.Azure.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
170
_testOutputHelper
= testOutputHelper;
4 references to _testOutputHelper
Aspire.Hosting.Azure.Tests (4)
tests\Shared\TestPipelineActivityReporter.cs (4)
181
_testOutputHelper
.WriteLine($" [CompleteStep:{_title}] {completionText} (State: {completionState})");
192
_testOutputHelper
.WriteLine($" [CreateTask:{_title}] {statusText}");
195
return Task.FromResult<IReportingTask>(new TestReportingTask(_reporter, statusText,
_testOutputHelper
));
203
_testOutputHelper
.WriteLine($" [{logLevel}:{_title}] {message}");