Example #1
0
 @Test
 public void getPing() throws Exception {
   String node = repl.doPing(new DoPing());
   Assert.assertNotNull(node);
 }