1 write to _testOutputHelper
Aspire.Dashboard.Tests (1)
Integration\OtlpGrpcServiceTests.cs (1)
25_testOutputHelper = testOutputHelper;
21 references to _testOutputHelper
Aspire.Dashboard.Tests (21)
Integration\OtlpGrpcServiceTests.cs (21)
32await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper); 35using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 53await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 60using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 75await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 82using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 102await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 109using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 130await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 138using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 158using var loggerFactory = IntegrationTestHelpers.CreateLoggerFactory(_testOutputHelper, testSink: testSink); 240await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 249_testOutputHelper, 269await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 278using var channel = IntegrationTestHelpers.CreateGrpcChannel($"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 295await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 315_testOutputHelper, 334await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 351_testOutputHelper, 373await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 390_testOutputHelper,