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