3 references to TestLoggerFactory
Aspire.Dashboard.Components.Tests (3)
Layout\MainLayoutTests.cs (3)
558
Services.AddSingleton<ILogger<MainLayout>>(new TestLogger<MainLayout>(new
TestLoggerFactory
(testSink, enabled: true)));
623
Services.AddSingleton<ILogger<DashboardRunSelect>>(new TestLogger<DashboardRunSelect>(new
TestLoggerFactory
(testSink, enabled: true)));
835
Services.AddSingleton<ILogger<MainLayout>>(new TestLogger<MainLayout>(new
TestLoggerFactory
(testSink, enabled: true)));