1 type derived from DashboardServerFixture
Aspire.Dashboard.Tests (1)
Integration\Playwright\BrowserTokenAuthenticationTests.cs (1)
16public class BrowserTokenDashboardServerFixture : DashboardServerFixture
5 references to DashboardServerFixture
Aspire.Dashboard.Tests (5)
Integration\Playwright\AppBarTests.cs (2)
13public class AppBarTests : PlaywrightTestsBase<DashboardServerFixture> 15public AppBarTests(DashboardServerFixture dashboardServerFixture)
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (3)
10where TDashboardServerFixture : DashboardServerFixture 12public DashboardServerFixture DashboardServerFixture { get; } 17public PlaywrightTestsBase(DashboardServerFixture dashboardServerFixture)