1 write to _testOutputHelper
Aspire.Dashboard.Tests (1)
Integration\OtlpGrpcServiceTests.cs (1)
24_testOutputHelper = testOutputHelper;
21 references to _testOutputHelper
Aspire.Dashboard.Tests (21)
Integration\OtlpGrpcServiceTests.cs (21)
31await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper); 34using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 52await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 59using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 74await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 81using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 101await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 108using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 129await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 137using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 159using var loggerFactory = IntegrationTestHelpers.CreateLoggerFactory(_testOutputHelper, testSink: testSink); 247await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 256_testOutputHelper, 276await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 285using var channel = IntegrationTestHelpers.CreateGrpcChannel($"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 302await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 322_testOutputHelper, 341await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 358_testOutputHelper, 380await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 397_testOutputHelper,