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