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