90 references to IntegrationTestHelpers
Aspire.Dashboard.Tests (90)
Integration\DashboardClientAuthTests.cs (2)
41
var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(_testOutputHelper);
57
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 (26)
34
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
66
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
103
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
119
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
140
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
168
await using var dashboardWebApplication =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
195
var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(testOutputHelper);
201
await using var dashboardWebApplication =
IntegrationTestHelpers
.CreateDashboardWebApplication(loggerFactory,
239
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
254
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
275
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
307
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
339
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel($"https://{app.FrontendSingleEndPointAccessor().EndPoint}", testOutputHelper);
363
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
413
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
465
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
483
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
502
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
521
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
564
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
591
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper, testSink: testSink);
656
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
723
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper);
742
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
761
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
774
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper);
TelemetryRepositoryTests\LogTests.cs (1)
706
var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(_testOutputHelper);