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