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