2 instantiations of TestMessageService
Aspire.Dashboard.Components.Tests (2)
Interactions\InteractionsProviderTests.cs (2)
295
var messageService = new
TestMessageService
(options =>
490
Services.AddSingleton<IMessageService>(messageService ?? new
TestMessageService
());
2 references to TestMessageService
Aspire.Dashboard.Components.Tests (2)
Interactions\InteractionsProviderTests.cs (2)
295
var
messageService = new TestMessageService(options =>
482
private void SetupInteractionProviderServices(TestDashboardClient? dashboardClient = null, TestDialogService? dialogService = null,
TestMessageService
? messageService = null)