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