Ejemplo n.º 1
0
 /**
  * Tear down.
  *
  * @throws Exception exception.
  */
 @Override
 protected void tearDown() throws Exception {
   try {
     JpaUtil.closeSession();
   } finally {
     super.tearDown();
   }
 }