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