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); 241await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 250_testOutputHelper, 270await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 279using var channel = IntegrationTestHelpers.CreateGrpcChannel($"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 296await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 316_testOutputHelper, 335await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 352_testOutputHelper, 374await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 391_testOutputHelper,