18 references to CustomHubActivator
Microsoft.AspNetCore.SignalR.Tests (18)
HubConnectionHandlerTests.cs (18)
3216builder.AddSingleton(typeof(IHubActivator<>), typeof(CustomHubActivator<>)); 3232var hubActivator = serviceProvider.GetService<IHubActivator<StreamingHub>>() as CustomHubActivator<StreamingHub>; 3251builder.AddSingleton(typeof(IHubActivator<>), typeof(CustomHubActivator<>)); 3267var hubActivator = serviceProvider.GetService<IHubActivator<StreamingHub>>() as CustomHubActivator<StreamingHub>; 3286builder.AddSingleton(typeof(IHubActivator<>), typeof(CustomHubActivator<>)); 3303var hubActivator = serviceProvider.GetService<IHubActivator<StreamingHub>>() as CustomHubActivator<StreamingHub>; 3505builder.AddSingleton(typeof(IHubActivator<>), typeof(CustomHubActivator<>)); 3532var hubActivator = serviceProvider.GetService<IHubActivator<LongRunningHub>>() as CustomHubActivator<LongRunningHub>; 4054builder.AddSingleton(typeof(IHubActivator<>), typeof(CustomHubActivator<>)); 4072var hubActivator = serviceProvider.GetService<IHubActivator<MethodHub>>() as CustomHubActivator<MethodHub>; 4092builder.AddSingleton(typeof(IHubActivator<>), typeof(CustomHubActivator<>)); 4100var hubActivator = serviceProvider.GetService<IHubActivator<MethodHub>>() as CustomHubActivator<MethodHub>;