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)
32
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
);
35
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}",
_testOutputHelper
);
53
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
60
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}",
_testOutputHelper
);
75
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
82
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}",
_testOutputHelper
);
102
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
109
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}",
_testOutputHelper
);
130
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
138
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}",
_testOutputHelper
);
158
using var loggerFactory = IntegrationTestHelpers.CreateLoggerFactory(
_testOutputHelper
, testSink: testSink);
240
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
249
_testOutputHelper
,
269
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
278
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}",
_testOutputHelper
);
295
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
315
_testOutputHelper
,
334
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
351
_testOutputHelper
,
373
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
390
_testOutputHelper
,