Package test.org.magicbox.dbunit

Examples of test.org.magicbox.dbunit.DBAnnuncio.preparaDb()


  public void testEliminaAnnuncio() {
    DBCentro dbAdmin = new DBCentro();
    dbAdmin.preparaDb();
    DBAnnuncio dbAnnuncio = new DBAnnuncio();
    dbAnnuncio.preparaDb();
   
    assertTrue(_service.eliminaAnnuncio(new Long(30)));
   
    dbAnnuncio.pulisciDb();
    dbAdmin.pulisciDb();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.