1 write to _testOutputHelper
Aspire.Hosting.Tests (1)
DistributedApplicationTests.cs (1)
42
_testOutputHelper
= testOutputHelper;
2 references to _testOutputHelper
Aspire.Hosting.Tests (2)
DistributedApplicationTests.cs (2)
1051
_testOutputHelper
.WriteLine($"Exception {ex} while trying to get https url");
1212
b.AddXunit(
_testOutputHelper
);