Esempio n. 1
0
 @AfterClass
 public static void stopServer() {
   SERVLET.stop();
   SERVER.stop();
   FileUtils.deleteQuietly(TMP_VAULT);
 }