I\'m using Moq to build up a UnitTest framework for my SignalR 2.x application. I am currently mocking up my Clients by:
var mockClients = new Mock
You could refer to this tutorial by the SingalR team.