Esempio n. 1
0
 @After
 public void tearDown() throws IOException {
   if (m_server != null) {
     m_server.stopServer();
     m_server = null;
     try {
       Thread.sleep(100);
     } catch (final InterruptedException e) {
       Thread.currentThread().interrupt();
     }
   }
 }