public ConcreteBreakdownElementDaoTest() { // Gets the ConcreteBreakdownElementDao Singleton for managing // ConcreteBreakdownElement // data this.concreteBreakdownElementDao = (ConcreteBreakdownElementDao) TestConfiguration.getInstance() .getApplicationContext() .getBean("ConcreteBreakdownElementDao"); }
public ProjectDaoTest() { this.pDao = (ProjectDao) TestConfiguration.getInstance().getApplicationContext().getBean("ProjectDao"); }