5 references to Remove
Microsoft.AspNetCore.SignalR.Client.Tests (5)
HubConnectionTests.cs (3)
851mockConnection.Setup(c => c.Remove(It.IsAny<string>())); 863hubConnection.Remove("someMethod"); 873mockConnection.Verify(c => c.Remove("someMethod"), Times.Once);
HubConnectionTests.Protocol.cs (2)
451hubConnection.Remove("Foo"); 483hubConnection.Remove("Foo");