3 references to Startup
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (3)
RedisEndToEnd.cs (3)
18public class RedisEndToEndTestsCollection : ICollectionFixture<RedisServerFixture<Startup>> 26private readonly RedisServerFixture<Startup> _serverFixture; 28public RedisEndToEndTests(RedisServerFixture<Startup> serverFixture)