@After public void tearDown() throws Exception { super.tearDown(); }
@Before public void setUp() throws Exception { super.setUp(); VerificacionDao daoBean = (VerificacionDao) this.getContext().getBean("VerificacionDao"); this.setDao(daoBean); }