9 references to _testMessage
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (9)
RedisProtocolTests.cs (9)
101() => new RedisInvocation(new SerializedHubMessage(_testMessage), null),
111() => new RedisInvocation(new SerializedHubMessage(_testMessage), new [] { "a" }),
122() => new RedisInvocation(new SerializedHubMessage(_testMessage), new [] { "a", "b", "c", "d", "e", "f" }),
166Assert.Same(_testMessage.Target, invocation.Target);
167Assert.Same(_testMessage.Arguments, invocation.Arguments);
182var encoded = protocol.WriteInvocation(_testMessage.Target, _testMessage.Arguments, excludedConnectionIds: expected.ExcludedConnectionIds);
198var encoded = protocol.WriteInvocation(_testMessage.Target, _testMessage.Arguments, excludedConnectionIds: expected.ExcludedConnectionIds);