Search in sources :

Example 1 with AdminTestHelper

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);
}
Also used : NavigationHelper(org.mifos.test.acceptance.framework.testhelpers.NavigationHelper) AdminTestHelper(org.mifos.test.acceptance.framework.testhelpers.AdminTestHelper) BeforeMethod(org.testng.annotations.BeforeMethod)

Example 2 with AdminTestHelper

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);
}
Also used : AdminTestHelper(org.mifos.test.acceptance.framework.testhelpers.AdminTestHelper) BeforeMethod(org.testng.annotations.BeforeMethod)

Example 3 with AdminTestHelper

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);
}
Also used : AdminTestHelper(org.mifos.test.acceptance.framework.testhelpers.AdminTestHelper) BeforeMethod(org.testng.annotations.BeforeMethod)

Example 4 with AdminTestHelper

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();
}
Also used : AdminTestHelper(org.mifos.test.acceptance.framework.testhelpers.AdminTestHelper) DateTimeUpdaterRemoteTestingService(org.mifos.test.acceptance.remote.DateTimeUpdaterRemoteTestingService) BeforeMethod(org.testng.annotations.BeforeMethod)

Example 5 with AdminTestHelper

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);
}
Also used : NavigationHelper(org.mifos.test.acceptance.framework.testhelpers.NavigationHelper) LoanProductTestHelper(org.mifos.test.acceptance.loanproduct.LoanProductTestHelper) AdminTestHelper(org.mifos.test.acceptance.framework.testhelpers.AdminTestHelper) BeforeMethod(org.testng.annotations.BeforeMethod)

Aggregations

AdminTestHelper (org.mifos.test.acceptance.framework.testhelpers.AdminTestHelper)7 BeforeMethod (org.testng.annotations.BeforeMethod)7 NavigationHelper (org.mifos.test.acceptance.framework.testhelpers.NavigationHelper)3 DateTimeUpdaterRemoteTestingService (org.mifos.test.acceptance.remote.DateTimeUpdaterRemoteTestingService)2 DateTime (org.joda.time.DateTime)1 SavingsProductHelper (org.mifos.test.acceptance.framework.testhelpers.SavingsProductHelper)1 LoanProductTestHelper (org.mifos.test.acceptance.loanproduct.LoanProductTestHelper)1