예제 #1
0
 public TestServer(ITestOutputHelper output) : base(output)
 {
     HubConnectionManager = new TestHubConnectionManager();
 }
예제 #2
0
 public TestHub(TestHubConnectionManager testHubConnectionManager)
 {
     _testHubConnectionManager = testHubConnectionManager;
 }