2 instantiations of TestDashboardClient
Aspire.Dashboard.Components.Tests (2)
Pages\ConsoleLogsTests.cs (2)
39
var dashboardClient = new
TestDashboardClient
(
174
Services.AddSingleton<IDashboardClient>(dashboardClient ?? new
TestDashboardClient
());
4 references to TestDashboardClient
Aspire.Dashboard.Components.Tests (4)
Layout\MainLayoutTests.cs (1)
131
Services.AddSingleton<IDashboardClient,
TestDashboardClient
>();
Pages\ConsoleLogsTests.cs (3)
39
var
dashboardClient = new TestDashboardClient(
98
var
dashboardClient = new TestDashboardClient(
138
private void SetupConsoleLogsServices(
TestDashboardClient
? dashboardClient = null)