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