3 instantiations of MockDashboardClient
Aspire.Dashboard.Tests (3)
Markdown\MarkdownProcessorTests.cs (2)
348
var dashboardClient = new
MockDashboardClient
(resources: [ModelTestHelpers.CreateResource(resourceName: "frontend-abcxyz", displayName: "frontend")]);
370
dashboardClient ?? new
MockDashboardClient
(),
Model\AIAssistant\AssistantChatDataContextTests.cs (1)
214
dashboardClient ?? new
MockDashboardClient
(),
5 references to MockDashboardClient
Aspire.Dashboard.Tests (5)
Integration\Playwright\BrowserTokenAuthenticationTests.cs (2)
54
.Expect(page.GetByText(
MockDashboardClient
.TestResource1.DisplayName))
99
.Expect(page.GetByText(
MockDashboardClient
.TestResource1.DisplayName))
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
59
builder.Services.AddSingleton<IDashboardClient,
MockDashboardClient
>();
Integration\Playwright\Infrastructure\PlaywrightFixture.cs (1)
32
.Expect(page.GetByText(
MockDashboardClient
.TestResource1.DisplayName))
Markdown\MarkdownProcessorTests.cs (1)
348
var
dashboardClient = new MockDashboardClient(resources: [ModelTestHelpers.CreateResource(resourceName: "frontend-abcxyz", displayName: "frontend")]);