5 references to OnDisconnectedThrowsHub
Microsoft.AspNetCore.SignalR.Tests (5)
HubConnectionHandlerTests.Activity.cs (3)
371var connectionHandler = serviceProvider.GetService<HubConnectionHandler<OnDisconnectedThrowsHub>>(); 384AssertHubMethodActivity<OnDisconnectedThrowsHub>(activity, mockHttpRequestActivity, nameof(OnDisconnectedThrowsHub.OnDisconnectedAsync),
HubConnectionHandlerTests.cs (2)
771var mockLifetimeManager = new Mock<HubLifetimeManager<OnDisconnectedThrowsHub>>(); 777var connectionHandler = serviceProvider.GetService<HubConnectionHandler<OnDisconnectedThrowsHub>>();