1 write to _testOutputHelper
Aspire.Hosting.Docker.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
25_testOutputHelper = testOutputHelper ?? throw new ArgumentNullException(nameof(testOutputHelper));
3 references to _testOutputHelper
Aspire.Hosting.Docker.Tests (3)
tests\Shared\TestPipelineActivityReporter.cs (3)
131_testOutputHelper.WriteLine($"[CompletePublish] {options?.CompletionMessage} (State: {options?.CompletionState}) (Summary: {summaryStr})"); 154_testOutputHelper.WriteLine($"[CreateStep] {title}"); 157return Task.FromResult<IReportingStep>(new TestReportingStep(this, title, _testOutputHelper));