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