91 references to IntegrationTestHelpers
Aspire.Dashboard.Tests (91)
Integration\DashboardClientAuthTests.cs (2)
40var loggerFactory = IntegrationTestHelpers.CreateLoggerFactory(_testOutputHelper); 56var loggerFactory = IntegrationTestHelpers.CreateLoggerFactory(_testOutputHelper);
Integration\FrontendBrowserTokenAuthTests.cs (8)
32await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 54await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 85await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 109await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 134await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 161await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 221await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 248await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config =>
Integration\FrontendOpenIdConnectAuthTests.cs (2)
21await using var app = IntegrationTestHelpers.CreateDashboardWebApplication( 65await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(
Integration\HealthTests.cs (1)
17await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper);
Integration\OtlpCorsHttpServiceTests.cs (8)
24await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper); 27using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}"); 45await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 51using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}"); 86await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 92using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}"); 113await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 120using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}");
Integration\OtlpGrpcServiceTests.cs (23)
31await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper); 34using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 52await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 59using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 74await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 81using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 101await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 108using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 129await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 137using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 159using var loggerFactory = IntegrationTestHelpers.CreateLoggerFactory(_testOutputHelper, testSink: testSink); 178await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(loggerFactory, config => 184using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", loggerFactory); 241await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 248using var channel = IntegrationTestHelpers.CreateGrpcChannel( 270await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 279using var channel = IntegrationTestHelpers.CreateGrpcChannel($"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 296await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 314using var channel = IntegrationTestHelpers.CreateGrpcChannel( 335await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 350using var channel = IntegrationTestHelpers.CreateGrpcChannel( 374await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 389using var channel = IntegrationTestHelpers.CreateGrpcChannel(
Integration\OtlpHttpServiceTests.cs (17)
35await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper); 38using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}"); 61await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper); 64using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}"); 103await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 110using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}"); 127await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 134using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}"); 155await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 162using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}"); 189await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, config => 196using var httpClient = IntegrationTestHelpers.CreateHttpClient($"https://{app.FrontendSingleEndPointAccessor().EndPoint}", 220await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, dictionary => 248await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, dictionary => 273await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, dictionary => 302await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, dictionary => 331await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(_testOutputHelper, dictionary =>
Integration\ResponseCompressionTests.cs (2)
18await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper); 40await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper);
Integration\StartupTests.cs (27)
36await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 68await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 105await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 121await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 142await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 170await using var dashboardWebResource = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 197var loggerFactory = IntegrationTestHelpers.CreateLoggerFactory(testOutputHelper); 203await using var dashboardWebResource = IntegrationTestHelpers.CreateDashboardWebApplication(loggerFactory, 241await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 256await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 277await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 309app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 341using var channel = IntegrationTestHelpers.CreateGrpcChannel($"https://{app.FrontendSingleEndPointAccessor().EndPoint}", testOutputHelper); 365app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 415app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 467await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 485await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 504await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 523await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 566await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 593await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, testSink: testSink); 658app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 725await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper); 744await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 789await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 825await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper, 838await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper);
TelemetryRepositoryTests\LogTests.cs (1)
706var loggerFactory = IntegrationTestHelpers.CreateLoggerFactory(_testOutputHelper);