1 instantiation of TestNotificationService
Aspire.Dashboard.Tests (1)
Model\DashboardCommandExecutorTests.cs (1)
195toastService = new TestNotificationService();
6 references to TestNotificationService
Aspire.Dashboard.Tests (6)
Model\DashboardCommandExecutorTests.cs (6)
39var executor = CreateExecutor(dashboardClient, out var notificationService, out var toastService); 83var executor = CreateExecutor(dashboardClient, out var notificationService, out var toastService); 123var executor = CreateExecutor(dashboardClient, out var notificationService, out var toastService); 167var executor = CreateExecutor(dashboardClient, out _, out var toastService); 187private static DashboardCommandExecutor CreateExecutor(TestDashboardClient dashboardClient, out Aspire.Dashboard.Model.INotificationService notificationService, out TestNotificationService toastService) 209private static IToastInstance GetToastInstance(TestNotificationService toastService)