Package com.cin.test.util

Examples of com.cin.test.util.Database


  static StaticDataService staticDataService;
  static TransactionRemote aRemote;

  @BeforeClass
  public static void setUpBeforeClass() throws Exception {
    db = new Database();
    db.resetAllData();
   
    staticDataService = new StaticDataService();
    aRemote = EJBLookup.getInstance().getTransactionEJB();
  }
View Full Code Here


  static Database db;
  static StatisticsService service;
 
  @BeforeClass
  public static void setUpBeforeClass() throws Exception {
    db = new Database();
    db.resetAllData();
   
    service = new StatisticsService();
  }
View Full Code Here

TOP

Related Classes of com.cin.test.util.Database

Copyright © 2018 www.massapicom. 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.