6 references to RedisServerFixture
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (6)
RedisEndToEnd.cs (3)
20
public class RedisEndToEndTestsCollection : ICollectionFixture<
RedisServerFixture
<Startup>>
28
private readonly
RedisServerFixture
<Startup> _serverFixture;
30
public RedisEndToEndTests(
RedisServerFixture
<Startup> serverFixture)
RedisServerFixture.cs (3)
32
var 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>>();