1 write to App
Aspire.Dashboard.Tests (1)
Integration\HealthTests.cs (1)
91
App
= IntegrationTestHelpers.CreateDashboardWebApplication(
7 references to App
Aspire.Dashboard.Tests (7)
Integration\HealthTests.cs (7)
23
await MakeRequestAndAssert($"http://{fixture.
App
.FrontendSingleEndPointAccessor().EndPoint}", HttpVersion.Version11).DefaultTimeout();
24
await MakeRequestAndAssert($"http://{fixture.
App
.OtlpServiceHttpEndPointAccessor().EndPoint}", HttpVersion.Version11).DefaultTimeout();
25
await MakeRequestAndAssert($"http://{fixture.
App
.OtlpServiceGrpcEndPointAccessor().EndPoint}", HttpVersion.Version20).DefaultTimeout();
52
using var client = new HttpClient { BaseAddress = new Uri($"http://{fixture.
App
.FrontendSingleEndPointAccessor().EndPoint}") };
70
var activitySource = fixture.
App
.Services.GetRequiredService<DashboardActivitySource>();
98
await
App
.StartAsync().DefaultTimeout();
103
await
App
.DisposeAsync();