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