3 references to CallsOfManyArgs
Microsoft.AspNetCore.SignalR.Client.Tests (3)
HubClientProxyGeneratorTests.cs (3)
51
CallsOfManyArgs
.Add((a, b, c));
255
Assert.Single(myClient.
CallsOfManyArgs
);
256
Assert.Equal((10, 5.5f, null), myClient.
CallsOfManyArgs
[0]);