18 references to FrontendSingleEndPointAccessor
Aspire.Dashboard.Tests (18)
Integration\FrontendBrowserTokenAuthTests.cs (4)
39
using var client = new HttpClient { BaseAddress = new Uri($"http://{app.
FrontendSingleEndPointAccessor
().EndPoint}") };
61
using var client = new HttpClient { BaseAddress = new Uri($"http://{app.
FrontendSingleEndPointAccessor
().EndPoint}") };
116
using var client = new HttpClient { BaseAddress = new Uri($"http://{app.
FrontendSingleEndPointAccessor
().EndPoint}") };
141
using var client = new HttpClient { BaseAddress = new Uri($"http://{app.
FrontendSingleEndPointAccessor
().EndPoint}") };
Integration\FrontendOpenIdConnectAuthTests.cs (1)
36
using var client = new HttpClient(handler) { BaseAddress = new Uri($"http://{app.
FrontendSingleEndPointAccessor
().EndPoint}") };
Integration\HealthTests.cs (1)
20
await MakeRequestAndAssert($"http://{app.
FrontendSingleEndPointAccessor
().EndPoint}", HttpVersion.Version11).DefaultTimeout();
Integration\OtlpGrpcServiceTests.cs (1)
249
$"https://{app.
FrontendSingleEndPointAccessor
().EndPoint}",
Integration\OtlpHttpServiceTests.cs (1)
196
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"https://{app.
FrontendSingleEndPointAccessor
().EndPoint}",
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (1)
41
BaseURL = DashboardServerFixture.DashboardApp.
FrontendSingleEndPointAccessor
().GetResolvedAddress()
Integration\ResponseCompressionTests.cs (2)
22
using var client = new HttpClient(httpClientHandler) { BaseAddress = new Uri($"http://{app.
FrontendSingleEndPointAccessor
().EndPoint}") };
44
using var client = new HttpClient(httpClientHandler) { BaseAddress = new Uri($"http://{app.
FrontendSingleEndPointAccessor
().EndPoint}") };
Integration\StartupTests.cs (7)
323
Assert.Equal(app.
FrontendSingleEndPointAccessor
().EndPoint.Port, app.OtlpServiceGrpcEndPointAccessor().EndPoint.Port);
334
BaseAddress = new Uri($"https://{app.
FrontendSingleEndPointAccessor
().EndPoint}")
341
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"https://{app.
FrontendSingleEndPointAccessor
().EndPoint}", testOutputHelper);
430
Assert.Equal(app.
FrontendSingleEndPointAccessor
().EndPoint.Port, app.OtlpServiceGrpcEndPointAccessor().EndPoint.Port);
435
BaseAddress = new Uri($"http://{app.
FrontendSingleEndPointAccessor
().EndPoint}")
730
using var client = new HttpClient { BaseAddress = new Uri($"http://{app.
FrontendSingleEndPointAccessor
().EndPoint}") };
804
var endpoint = app.
FrontendSingleEndPointAccessor
().EndPoint; // IPEndPoint