1 write to _testOutputHelper
Aspire.Hosting.Tests (1)
tests\Shared\DistributedApplicationTestingBuilderExtensions.cs (1)
110_testOutputHelper = testOutputHelper;
4 references to _testOutputHelper
Aspire.Hosting.Tests (4)
tests\Shared\DistributedApplicationTestingBuilderExtensions.cs (4)
120_testOutputHelper.WriteLine($"DCP log folder not found: {_logFolder}"); 128_testOutputHelper.WriteLine($"=== DCP Log: {Path.GetFileName(logFile)} ==="); 130_testOutputHelper.WriteLine(content); 134_testOutputHelper.WriteLine($"Failed to read DCP log {logFile}: {ex.Message}");