Ejemplo n.º 1
0
 /** @throws java.lang.Exception */
 @AfterClass
 public static void tearDownAfterClass() throws Exception {
   DemoJsonRpcServer.stop();
 }
Ejemplo n.º 2
0
 /** @throws java.lang.Exception */
 @BeforeClass
 public static void setUpBeforeClass() throws Exception {
   DemoJsonRpcServer.main(null);
 }