Ejemplo n.º 1
0
 public TestServer(ITestOutputHelper output) : base(output)
 {
     HubConnectionManager = new TestHubConnectionManager();
 }
Ejemplo n.º 2
0
 public TestHub(TestHubConnectionManager testHubConnectionManager)
 {
     _testHubConnectionManager = testHubConnectionManager;
 }