예제 #1
0
 public async Task ClientShouldJoin()
 {
     await TestGuts._ClientShouldJoin(clientActiveMqConnectionStr);
 }
예제 #2
0
 public async Task TwoClientsShouldTalk()
 {
     UniLogger.GetLogger("P2pNet").LogLevel = UniLogger.Level.Debug;
     await TestGuts._TwoClientsShouldTalk(clientActiveMqConnectionStr);
 }
예제 #3
0
 public void ClientShouldConnect()
 {
     TestGuts._ClientShouldConnect(clientActiveMqConnectionStr);
 }
예제 #4
0
 public async Task TwoClientsShouldTalk()
 {
     await TestGuts._TwoClientsShouldTalk(clientRedisConnectionStr);
 }
예제 #5
0
 public void ClientShouldConnect()
 {
     TestGuts._ClientShouldConnect(clientRedisConnectionStr);
 }
예제 #6
0
 public async Task ClientShouldJoin()
 {
     await TestGuts._ClientShouldJoin(clientLoopbackConnectionStr);
 }
예제 #7
0
 public void ClientShouldConnect()
 {
     TestGuts._ClientShouldConnect(clientLoopbackConnectionStr);
 }