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)
31
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
);
34
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}",
_testOutputHelper
);
52
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
59
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}",
_testOutputHelper
);
74
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
81
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}",
_testOutputHelper
);
101
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
108
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}",
_testOutputHelper
);
129
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
137
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}",
_testOutputHelper
);
159
using var loggerFactory = IntegrationTestHelpers.CreateLoggerFactory(
_testOutputHelper
, testSink: testSink);
247
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
256
_testOutputHelper
,
276
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
285
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}",
_testOutputHelper
);
302
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
322
_testOutputHelper
,
341
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
358
_testOutputHelper
,
380
await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
_testOutputHelper
, config =>
397
_testOutputHelper
,