Ejemplo n.º 1
0
 /** {@inheritDoc} */
 @Override
 protected void tearDown() throws Exception {
   if (storageSystem != null) {
     storageSystem.close();
   }
   super.tearDown();
 }