6 references to RedisServerFixture
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (6)
RedisEndToEnd.cs (3)
20public class RedisEndToEndTestsCollection : ICollectionFixture<RedisServerFixture<Startup>> 28private readonly RedisServerFixture<Startup> _serverFixture; 30public RedisEndToEndTests(RedisServerFixture<Startup> serverFixture)
RedisServerFixture.cs (3)
32var testLog = AssemblyTestLog.ForAssembly(typeof(RedisServerFixture<TStartup>).Assembly); 33_logToken = testLog.StartTestLog(null, $"{nameof(RedisServerFixture<TStartup>)}_{typeof(TStartup).Name}", out _loggerFactory, LogLevel.Trace, "RedisServerFixture"); 34_logger = _loggerFactory.CreateLogger<RedisServerFixture<TStartup>>();