176 references to IntegrationTestHelpers
Aspire.Dashboard.Tests (176)
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 =>
233
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
260
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}");
54
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
60
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.McpEndPointAccessor().EndPoint}");
76
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
83
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.McpEndPointAccessor().EndPoint}");
99
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
106
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.McpEndPointAccessor().EndPoint}");
128
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
131
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.McpEndPointAccessor().EndPoint}");
160
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
167
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.McpEndPointAccessor().EndPoint}");
196
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
199
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
214
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper,
227
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.McpEndPointAccessor().EndPoint}");
250
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(
264
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 (33)
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);
450
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
500
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
552
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
570
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
589
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
608
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
651
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
678
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper, testSink: testSink);
735
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
775
var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(testOutputHelper, testSink);
798
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(loggerFactory,
872
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
894
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper);
913
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
958
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
994
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
1007
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper);
1027
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
Integration\TelemetryApiTests.cs (44)
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}");
207
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
213
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
229
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
235
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
251
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
257
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}");
291
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
297
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
312
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
318
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
331
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
338
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
352
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
378
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
387
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
402
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
411
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
425
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
431
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
456
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
462
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
489
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
495
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
511
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
517
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}");
552
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
558
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
572
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
580
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.FrontendSingleEndPointAccessor().EndPoint}");
TelemetryRepositoryTests\LogTests.cs (1)
706
var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(_testOutputHelper);