9 types derived from TestHub
Microsoft.AspNetCore.SignalR.Tests (9)
HubConnectionHandlerTestUtils\Hubs.cs (9)
16
public class MethodHub :
TestHub
599
public class OnDisconnectedThrowsHub :
TestHub
622
public class BaseHub :
TestHub
641
public class InvalidHub :
TestHub
659
public class DisposeTrackingHub :
TestHub
677
public class HubWithAsyncDisposable :
TestHub
700
public class StreamingHub :
TestHub
1363
public class ServicesHub :
TestHub
1409
public class KeyedServicesHub :
TestHub
1 reference to TestHub
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.cs (1)
4637
IHubContext<
TestHub
> context = serviceProvider.GetRequiredService<IHubContext<MethodHub>>();