4 references to TestBinder
Microsoft.AspNetCore.SignalR.Common.Tests (4)
Internal\Protocol\JsonHubProtocolTests.cs (2)
103
var binder = new
TestBinder
(new[] { typeof(int) });
129
var binder = new
TestBinder
([typeof(JsonPerson)]);
Internal\Protocol\JsonHubProtocolTestsBase.cs (2)
278
var binder = new
TestBinder
(new[] { typeof(DateTime) });
305
var binder = new
TestBinder
(new[] { typeof(string) });