Example #1
0
 /** Clean up resources used in the scenario. */
 @Override
 protected void tearDown() throws Exception {
   try {
     if (helper != null) {
       RepositoryManager.close();
       helper.doTearDown();
     }
   } finally {
     helper = null;
   }
 }