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