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)
1140
_testOutputHelper
.WriteLine($"Exception {ex} while trying to get https url");
1335
b.AddXunit(
_testOutputHelper
);