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