use of org.mifos.test.acceptance.framework.testhelpers.AdminTestHelper in project head by mifos.
the class ClientDataImportTest method setUp.
@Override
@BeforeMethod
public void setUp() throws Exception {
super.setUp();
adminTestHelper = new AdminTestHelper(selenium);
initRemote.dataLoadAndCacheRefresh(dbUnitUtilities, "acceptance_dbunit.xml", dataSource, selenium);
}
use of org.mifos.test.acceptance.framework.testhelpers.AdminTestHelper in project head by mifos.
the class SavingsImportTest method setUp.
@Override
@BeforeMethod
public void setUp() throws Exception {
super.setUp();
savingsProductHelper = new SavingsProductHelper(selenium);
adminTestHelper = new AdminTestHelper(selenium);
navigationHelper = new NavigationHelper(selenium);
//changing date so dates in xls spreadsheet will be appropriate
targetTime = new DateTime(2012, 9, 18, 12, 0, 0, 0);
DateTimeUpdaterRemoteTestingService dtUpdate = new DateTimeUpdaterRemoteTestingService(selenium);
dtUpdate.setDateTime(targetTime);
}
Aggregations