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