1 write to _testOutputHelper
Aspire.Hosting.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
25
_testOutputHelper
= testOutputHelper ?? throw new ArgumentNullException(nameof(testOutputHelper));
3 references to _testOutputHelper
Aspire.Hosting.Tests (3)
tests\Shared\TestPipelineActivityReporter.cs (3)
113
_testOutputHelper
.WriteLine($"[CompletePublish] {completionMessage} (State: {completionState})");
125
_testOutputHelper
.WriteLine($"[CreateStep] {title}");
127
return Task.FromResult<IReportingStep>(new TestReportingStep(this, title,
_testOutputHelper
));