87 references to IntegrationTestHelpers
Aspire.Dashboard.Tests (87)
Integration\DashboardClientAuthTests.cs (2)
42
var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(_testOutputHelper);
58
var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(_testOutputHelper);
Integration\FrontendBrowserTokenAuthTests.cs (8)
32
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
54
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
85
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
109
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
134
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
161
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
221
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
248
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
Integration\FrontendOpenIdConnectAuthTests.cs (2)
21
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(
65
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(
Integration\OtlpCorsHttpServiceTests.cs (8)
24
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
27
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
45
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
51
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
86
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
92
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
113
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
120
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
Integration\OtlpGrpcServiceTests.cs (23)
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);
178
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(loggerFactory, config =>
184
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", loggerFactory);
241
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
248
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel(
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 =>
314
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel(
335
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
350
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel(
374
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
389
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel(
Integration\OtlpHttpServiceTests.cs (17)
35
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
38
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
61
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
64
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
103
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
110
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
127
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
134
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
155
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
162
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
189
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
196
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"https://{app.FrontendSingleEndPointAccessor().EndPoint}",
220
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, dictionary =>
248
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, dictionary =>
273
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, dictionary =>
302
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, dictionary =>
331
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, dictionary =>
Integration\ResponseCompressionTests.cs (2)
18
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper);
40
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper);
Integration\StartupTests.cs (24)
30
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
62
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
99
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
115
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
136
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
164
await using var dashboardWebApplication =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
191
var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(testOutputHelper);
197
await using var dashboardWebApplication =
IntegrationTestHelpers
.CreateDashboardWebApplication(loggerFactory,
235
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
250
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
274
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
306
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel($"https://{app.FrontendSingleEndPointAccessor().EndPoint}", testOutputHelper);
330
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
380
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
432
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
450
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
469
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
488
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
531
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
558
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper, testSink: testSink);
623
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
690
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper);
709
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
728
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
TelemetryRepositoryTests\LogTests.cs (1)
706
var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(_testOutputHelper);