use of org.mifos.test.acceptance.framework.testhelpers.AdminTestHelper in project head by mifos.
the class CustomizeTextTest method setUp.
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
@BeforeMethod
@Override
public void setUp() throws Exception {
super.setUp();
adminTestHelper = new AdminTestHelper(selenium);
navigationHelper = new NavigationHelper(selenium);
}
use of org.mifos.test.acceptance.framework.testhelpers.AdminTestHelper in project head by mifos.
the class DefineChecklistTest method setUp.
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
@BeforeMethod
@Override
public void setUp() throws Exception {
super.setUp();
adminTestHelper = new AdminTestHelper(selenium);
}
use of org.mifos.test.acceptance.framework.testhelpers.AdminTestHelper in project head by mifos.
the class DefineLookupOptionsTest method setUp.
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
@BeforeMethod
@Override
public void setUp() throws Exception {
super.setUp();
adminTestHelper = new AdminTestHelper(selenium);
}
use of org.mifos.test.acceptance.framework.testhelpers.AdminTestHelper in project head by mifos.
the class SystemInfoDateTimeTest method setUp.
@Override
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
// one of the dependent methods throws Exception
@BeforeMethod
public void setUp() throws Exception {
super.setUp();
adminTestHelper = new AdminTestHelper(selenium);
new DateTimeUpdaterRemoteTestingService(selenium).resetDateTime();
}
use of org.mifos.test.acceptance.framework.testhelpers.AdminTestHelper in project head by mifos.
the class LoanImportTest method setUp.
@Override
@BeforeMethod
public void setUp() throws Exception {
super.setUp();
loanProductTestHelper = new LoanProductTestHelper(selenium);
adminTestHelper = new AdminTestHelper(selenium);
navigationHelper = new NavigationHelper(selenium);
}
Aggregations