1 implementation of ITestSink
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Logging\TestSink.cs (1)
8public class TestSink : ITestSink
8 references to ITestSink
Aspire.Dashboard.Components.Tests (8)
Shared\IntegrationTestHelpers.cs (1)
12public static ILoggerFactory CreateLoggerFactory(ITestOutputHelper testOutputHelper, ITestSink? testSink = null)
tests\Shared\Logging\TestLogger.cs (3)
9private readonly ITestSink _sink; 13public TestLogger(string name, ITestSink sink, bool enabled) 18public TestLogger(string name, ITestSink sink, Func<LogLevel, bool> filter)
tests\Shared\Logging\TestLoggerFactory.cs (2)
8private readonly ITestSink _sink; 11public TestLoggerFactory(ITestSink sink, bool enabled)
tests\Shared\Logging\TestLoggerProvider.cs (2)
8private readonly ITestSink _sink; 10public TestLoggerProvider(ITestSink sink)