177 references to IntegrationTestHelpers
Aspire.Dashboard.Tests (177)
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 =>
238
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
265
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\McpServiceTests.cs (18)
30
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
33
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.McpEndPointAccessor().EndPoint}");
55
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
61
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.McpEndPointAccessor().EndPoint}");
77
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
84
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.McpEndPointAccessor().EndPoint}");
100
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
107
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.McpEndPointAccessor().EndPoint}");
132
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
135
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.McpEndPointAccessor().EndPoint}");
165
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
172
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.McpEndPointAccessor().EndPoint}");
202
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
205
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
220
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper,
233
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.McpEndPointAccessor().EndPoint}");
257
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(
271
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.McpEndPointAccessor().EndPoint}");
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\OtlpHttpJsonTests.cs (16)
406
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
409
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
467
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
470
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
544
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
547
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
594
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
597
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
647
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
654
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
675
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
682
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
697
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
700
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
715
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
718
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
Integration\OtlpHttpServiceTests.cs (18)
39
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
42
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
65
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
68
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
107
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
114
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
131
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
138
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
159
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
166
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
193
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
200
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"https://{app.FrontendSingleEndPointAccessor().EndPoint}",
224
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, dictionary =>
253
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper,
302
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, dictionary =>
327
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, dictionary =>
356
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, dictionary =>
385
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 (36)
38
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
70
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
107
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
123
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
144
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
172
await using var dashboardWebResource =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
199
var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(testOutputHelper);
205
await using var dashboardWebResource =
IntegrationTestHelpers
.CreateDashboardWebApplication(loggerFactory,
243
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
258
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
279
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
315
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
347
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel($"https://{app.FrontendSingleEndPointAccessor().EndPoint}", testOutputHelper);
370
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
403
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel($"https://{app.FrontendSingleEndPointAccessor().EndPoint}", testOutputHelper);
451
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
501
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
553
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
571
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
590
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
609
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
652
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
679
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper, testSink: testSink);
741
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
786
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
813
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
828
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
855
var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(testOutputHelper, testSink);
878
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(loggerFactory,
957
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
979
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper);
998
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
1043
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
1079
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
1092
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper);
1112
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
Integration\TelemetryApiTests.cs (42)
32
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
50
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
70
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
92
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
116
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
122
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
139
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
147
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
164
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
188
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
194
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
210
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
216
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
232
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
238
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
253
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
259
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
272
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
278
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
293
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
299
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
312
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
319
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
333
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
359
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
368
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
383
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
392
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
406
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
412
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
437
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
443
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
470
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
476
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
492
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
498
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
514
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
520
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
533
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
539
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
553
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
561
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
TelemetryRepositoryTests\LogTests.cs (1)
706
var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(_testOutputHelper);