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