86 references to IntegrationTestHelpers
Aspire.Dashboard.Tests (86)
Integration\DashboardClientAuthTests.cs (2)
42var loggerFactory = IntegrationTestHelpers.CreateLoggerFactory(_testOutputHelper); 58var 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\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)
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)
18await using var app = IntegrationTestHelpers.CreateDashboardWebApplication(testOutputHelper); 40await 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)
665var loggerFactory = IntegrationTestHelpers.CreateLoggerFactory(_testOutputHelper);