Пример #1
0
 @After
 public void tearDown() throws Exception {
   super.tearDown();
 }
Пример #2
0
 @Before
 public void setUp() throws Exception {
   super.setUp();
   VerificacionDao daoBean = (VerificacionDao) this.getContext().getBean("VerificacionDao");
   this.setDao(daoBean);
 }