コード例 #1
0
 // @Test
 public void eliminarTest() throws DAOExcepcion {
   GestionCuota negocio = new GestionCuota();
   try {
     negocio.eliminar(1);
   } catch (DAOExcepcion x) {
     Assert.fail("Error, no elimina: " + x.getMessage());
   }
 }