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}"); 127return Task.FromResult<IReportingStep>(new TestReportingStep(this, title, _testOutputHelper));