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