Beispiel #1
0
 @AfterClass
 public static void stopJetty() throws Exception {
   server.shutDown();
 }
Beispiel #2
0
 @BeforeClass
 public static void startJetty() throws Exception {
   server.startUp(4, 10);
 }