4 references to CustomHubLifetimeManager
Microsoft.AspNetCore.SignalR.Tests (4)
AddSignalRTests.cs (4)
30
serviceCollection.AddSingleton(typeof(HubLifetimeManager<>), typeof(
CustomHubLifetimeManager
<>));
41
Assert.IsType<
CustomHubLifetimeManager
<CustomHub>>(serviceProvider.GetRequiredService<HubLifetimeManager<CustomHub>>());
58
serviceCollection.AddSingleton(typeof(HubLifetimeManager<>), typeof(
CustomHubLifetimeManager
<>));
66
Assert.IsType<
CustomHubLifetimeManager
<CustomHub>>(serviceProvider.GetRequiredService<HubLifetimeManager<CustomHub>>());