4 references to CustomHubActivator
Microsoft.AspNetCore.SignalR.Tests (4)
AddSignalRTests.cs (4)
32serviceCollection.AddScoped(typeof(IHubActivator<>), typeof(CustomHubActivator<>)); 43Assert.IsType<CustomHubActivator<CustomHub>>(serviceProvider.GetRequiredService<IHubActivator<CustomHub>>()); 60serviceCollection.AddScoped(typeof(IHubActivator<>), typeof(CustomHubActivator<>)); 68Assert.IsType<CustomHubActivator<CustomHub>>(serviceProvider.GetRequiredService<IHubActivator<CustomHub>>());