86 references to IntegrationTestHelpers
Aspire.Dashboard.Tests (86)
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)
32
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
35
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper);
53
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
60
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper);
75
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
82
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper);
102
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
109
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper);
130
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
138
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper);
158
using var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(_testOutputHelper, testSink: testSink);
177
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(loggerFactory, config =>
183
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", loggerFactory);
240
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
247
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel(
269
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
278
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel($"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper);
295
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
313
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel(
334
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
349
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel(
373
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
388
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel(
Integration\OtlpHttpServiceTests.cs (17)
36
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
39
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
62
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper);
65
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
104
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
111
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
128
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
135
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
156
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
163
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
190
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, config =>
197
using var httpClient =
IntegrationTestHelpers
.CreateHttpClient($"https://{app.FrontendSingleEndPointAccessor().EndPoint}",
221
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, dictionary =>
249
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, dictionary =>
274
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, dictionary =>
303
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(_testOutputHelper, dictionary =>
332
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 (23)
31
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
63
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
100
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
116
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
135
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
161
await using var dashboardWebApplication =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
188
var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(testOutputHelper);
194
await using var dashboardWebApplication =
IntegrationTestHelpers
.CreateDashboardWebApplication(loggerFactory,
232
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
247
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
271
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
303
using var channel =
IntegrationTestHelpers
.CreateGrpcChannel($"https://{app.FrontendSingleEndPointAccessor().EndPoint}", testOutputHelper);
327
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
377
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
429
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
447
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
466
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
485
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
526
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
553
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper, testSink: testSink);
618
app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
685
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper);
704
await using var app =
IntegrationTestHelpers
.CreateDashboardWebApplication(testOutputHelper,
TelemetryRepositoryTests\LogTests.cs (1)
665
var loggerFactory =
IntegrationTestHelpers
.CreateLoggerFactory(_testOutputHelper);