91 references to IntegrationTestHelpers
Aspire.Dashboard.Tests (91)
Integration\DashboardClientAuthTests.cs (2)
40
var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(_testOutputHelper);
56
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\HealthTests.cs (1)
17
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper);
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 (27)
36
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
68
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
105
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
121
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
142
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
170
await using var dashboardWebResource =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
197
var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(testOutputHelper);
203
await using var dashboardWebResource =
IntegrationTestHelpers
.CreateDashboardWebApplication(loggerFactory,
241
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
256
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
277
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
309
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
341
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel($"https://{app.FrontendSingleEndPointAccessor().EndPoint}", testOutputHelper);
365
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
415
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
467
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
485
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
504
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
523
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
566
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
593
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper, testSink: testSink);
658
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
725
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper);
744
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
789
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
825
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
838
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper);
TelemetryRepositoryTests\LogTests.cs (1)
706
var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(_testOutputHelper);