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