Esempio n. 1
0
 public void testServerGet() throws IOException {
   if (!(Server.get() instanceof RPC.Server)) {
     throw new IOException("Server.get() failed");
   }
 }