Ejemplo n.º 1
0
 @AfterClass
 public static void stopServer() {
   if (server != null) server.stop();
 }
Ejemplo n.º 2
0
 @BeforeClass
 public static void startServer() throws IOException {
   server = new SunHttpServerEmbedded();
   server.start();
 }