6 instantiations of TestDashboardClient
Aspire.Dashboard.Tests (6)
Model\DashboardCommandExecutorTests.cs (3)
28
var dashboardClient = new
TestDashboardClient
(
75
var dashboardClient = new
TestDashboardClient
(
116
var dashboardClient = new
TestDashboardClient
(
Model\ResourceMenuBuilderTests.cs (2)
46
dashboardClient ??= new
TestDashboardClient
();
350
new
TestDashboardClient
(isReadOnly: true));
Model\TelemetryExportServiceTests.cs (1)
1263
var dashboardClient = new
TestDashboardClient
(isEnabled: isDashboardClientEnabled);
5 references to TestDashboardClient
Aspire.Dashboard.Tests (5)
Model\DashboardCommandExecutorTests.cs (4)
28
var
dashboardClient = new TestDashboardClient(
75
var
dashboardClient = new TestDashboardClient(
116
var
dashboardClient = new TestDashboardClient(
146
private static DashboardCommandExecutor CreateExecutor(
TestDashboardClient
dashboardClient, out INotificationService notificationService, out ToastService toastService)
Model\TelemetryExportServiceTests.cs (1)
1263
var
dashboardClient = new TestDashboardClient(isEnabled: isDashboardClientEnabled);