7 references to CreateHubMessageSerializer
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (7)
RedisProtocolTests.cs (7)
38
var protocol = new RedisProtocol(
CreateHubMessageSerializer
(new List<IHubProtocol>()));
50
var protocol = new RedisProtocol(
CreateHubMessageSerializer
(new List<IHubProtocol>()));
70
var protocol = new RedisProtocol(
CreateHubMessageSerializer
(new List<IHubProtocol>()));
86
var protocol = new RedisProtocol(
CreateHubMessageSerializer
(new List<IHubProtocol>()));
146
var protocol = new RedisProtocol(
CreateHubMessageSerializer
(hubProtocols.Cast<IHubProtocol>().ToList()));
177
var protocol = new RedisProtocol(
CreateHubMessageSerializer
(new List<IHubProtocol>() { new DummyHubProtocol("p1"), new DummyHubProtocol("p2") }));
192
var hubMessageSerializer =
CreateHubMessageSerializer
(new List<IHubProtocol>() { new DummyHubProtocol("p1"), new DummyHubProtocol("p2") });