5 references to TestBinder
Microsoft.AspNetCore.SignalR.Common.Tests (5)
Internal\Protocol\JsonHubProtocolTests.cs (2)
162var binder = new TestBinder(typeof(JsonPerson)); 195var binder = new TestBinder(typeof(JsonPerson));
Internal\Protocol\JsonHubProtocolTestsBase.cs (1)
293var binder = new TestBinder(typeof(DateTime));
Internal\Protocol\MessagePackHubProtocolTests.cs (2)
38HubProtocol.TryParseMessage(ref bytes, new TestBinder(typeof(DateTime)), out var hubMessage); 67HubProtocol.TryParseMessage(ref bytes, new TestBinder(typeof(DateTimeOffset)), out var hubMessage);