86 references to IntegrationTestHelpers
Aspire.Dashboard.Tests (86)
Integration\DashboardClientAuthTests.cs (2)
43var loggerFactory = IntegrationTestHelpers.CreateLoggerFactory(_testOutputHelper); 59var loggerFactory = IntegrationTestHelpers.CreateLoggerFactory(_testOutputHelper);
Integration\FrontendBrowserTokenAuthTests.cs (8)
33await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 55await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 86await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 110await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 135await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 162await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 222await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 249await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config =>
Integration\FrontendOpenIdConnectAuthTests.cs (2)
22await using var app = IntegrationTestHelpers.CreateDashboardWebApplication( 66await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
Integration\OtlpCorsHttpServiceTests.cs (8)
25await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper); 28using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}"); 46await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 52using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}"); 87await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 93using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}"); 114await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 121using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
Integration\OtlpGrpcServiceTests.cs (23)
32await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper); 35using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 53await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 60using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 75await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 82using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 102await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 109using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 130await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 138using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 158using var loggerFactory = IntegrationTestHelpers.CreateLoggerFactory(_testOutputHelper, testSink: testSink); 177await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(loggerFactory, config => 183using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", loggerFactory); 240await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 247using var channel = IntegrationTestHelpers.CreateGrpcChannel( 269await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 278using var channel = IntegrationTestHelpers.CreateGrpcChannel($"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 295await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 313using var channel = IntegrationTestHelpers.CreateGrpcChannel( 334await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 349using var channel = IntegrationTestHelpers.CreateGrpcChannel( 373await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 388using var channel = IntegrationTestHelpers.CreateGrpcChannel(
Integration\OtlpHttpServiceTests.cs (17)
36await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper); 39using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}"); 62await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper); 65using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}"); 104await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 111using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}"); 128await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 135using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}"); 156await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 163using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}"); 190await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 197using var httpClient = IntegrationTestHelpers.CreateHttpClient($"https://{app.FrontendSingleEndPointAccessor().EndPoint}", 221await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, dictionary => 249await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, dictionary => 274await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, dictionary => 303await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, dictionary => 332await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, dictionary =>
Integration\ResponseCompressionTests.cs (2)
19await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper); 41await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper);
Integration\StartupTests.cs (23)
31await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 63await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 100await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 116await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 135await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 161await using var dashboardWebApplication = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 188var loggerFactory = IntegrationTestHelpers.CreateLoggerFactory(testOutputHelper); 194await using var dashboardWebApplication = IntegrationTestHelpers.CreateDashboardWebApplication(loggerFactory, 232await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 247await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 271app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 303using var channel = IntegrationTestHelpers.CreateGrpcChannel($"https://{app.FrontendSingleEndPointAccessor().EndPoint}", testOutputHelper); 327app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 377app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 429await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 447await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 466await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 485await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 526await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 553await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, testSink: testSink); 618app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 685await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper); 704await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper,
TelemetryRepositoryTests\LogTests.cs (1)
707var loggerFactory = IntegrationTestHelpers.CreateLoggerFactory(_testOutputHelper);