4 references to CustomTHub
Microsoft.AspNetCore.SignalR.Tests (4)
AddSignalRTests.cs (4)
45
Assert.IsType<CustomHubContext<
CustomTHub
, string>>(serviceProvider.GetRequiredService<IHubContext<
CustomTHub
, string>>());
70
Assert.IsType<CustomHubContext<
CustomTHub
, string>>(serviceProvider.GetRequiredService<IHubContext<
CustomTHub
, string>>());