Esempio n. 1
0
 @Override
 @After
 public void tearDown() throws Exception {
   super.tearDown();
   if (httpServer != null) {
     httpServer.shutdownNow();
   }
   if (wiser != null) {
     wiser.stop();
   }
 }