Beispiel #1
0
 @Override
 @After
 public void tearDown() throws Exception {
   super.tearDown();
   if (httpClient != null) {
     stopClient();
   }
   doServerTearDown();
 }