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