4 references to MockDashboardClient
Aspire.Dashboard.Tests (4)
Integration\Playwright\BrowserTokenAuthenticationTests.cs (2)
51.Expect(page.GetByText(MockDashboardClient.TestResource1.DisplayName)) 94.Expect(page.GetByText(MockDashboardClient.TestResource1.DisplayName))
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
61builder.Services.AddScoped<IDashboardClient, MockDashboardClient>();
Integration\Playwright\Infrastructure\PlaywrightFixture.cs (1)
32.Expect(page.GetByText(MockDashboardClient.TestResource1.DisplayName))