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