Example #1
0
 // @Override
 protected void doTearDown() throws Exception {
   context.close();
   super.doTearDown();
 }
Example #2
0
 // @Override
 protected void doTearDown() throws Exception {
   executor.shutdown();
   threadGroup.destroy();
   super.doTearDown();
 }