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