1 implementation of ITestSink
Aspire.Dashboard.Tests (1)
tests\Shared\Logging\TestSink.cs (1)
8public class TestSink : ITestSink
9 references to ITestSink
Aspire.Dashboard.Tests (9)
Integration\IntegrationTestHelpers.cs (2)
25public static ILoggerFactory CreateLoggerFactory(ITestOutputHelper testOutputHelper, ITestSink? testSink = null) 41ITestSink? 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)