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}");