6 references to CustomHubContext
Microsoft.AspNetCore.SignalR.Tests (6)
AddSignalRTests.cs (6)
33serviceCollection.AddSingleton(typeof(IHubContext<>), typeof(CustomHubContext<>)); 44Assert.IsType<CustomHubContext<CustomHub>>(serviceProvider.GetRequiredService<IHubContext<CustomHub>>()); 46Assert.IsType<CustomHubContext<CustomDynamicHub>>(serviceProvider.GetRequiredService<IHubContext<CustomDynamicHub>>()); 61serviceCollection.AddSingleton(typeof(IHubContext<>), typeof(CustomHubContext<>)); 69Assert.IsType<CustomHubContext<CustomHub>>(serviceProvider.GetRequiredService<IHubContext<CustomHub>>()); 71Assert.IsType<CustomHubContext<CustomDynamicHub>>(serviceProvider.GetRequiredService<IHubContext<CustomDynamicHub>>());