Search in sources :

Example 11 with SavingsAccountHelper

use of org.mifos.test.acceptance.framework.testhelpers.SavingsAccountHelper in project head by mifos.

the class UpdateCustomPropertiesTest method setUp.

@Override
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
// one of the dependent methods throws Exception
@BeforeMethod(alwaysRun = true)
public void setUp() throws Exception {
    navigationHelper = new NavigationHelper(selenium);
    propertiesHelper = new CustomPropertiesHelper(selenium);
    savingsAccountHelper = new SavingsAccountHelper(selenium);
    centerTestHelper = new CenterTestHelper(selenium);
    clientTestHelper = new ClientTestHelper(selenium);
    super.setUp();
}
Also used : SavingsAccountHelper(org.mifos.test.acceptance.framework.testhelpers.SavingsAccountHelper) NavigationHelper(org.mifos.test.acceptance.framework.testhelpers.NavigationHelper) ClientTestHelper(org.mifos.test.acceptance.framework.testhelpers.ClientTestHelper) CustomPropertiesHelper(org.mifos.test.acceptance.framework.testhelpers.CustomPropertiesHelper) CenterTestHelper(org.mifos.test.acceptance.framework.testhelpers.CenterTestHelper) BeforeMethod(org.testng.annotations.BeforeMethod)

Aggregations

SavingsAccountHelper (org.mifos.test.acceptance.framework.testhelpers.SavingsAccountHelper)11 BeforeMethod (org.testng.annotations.BeforeMethod)10 DateTimeUpdaterRemoteTestingService (org.mifos.test.acceptance.remote.DateTimeUpdaterRemoteTestingService)6 DateTime (org.joda.time.DateTime)4 NavigationHelper (org.mifos.test.acceptance.framework.testhelpers.NavigationHelper)4 ClientTestHelper (org.mifos.test.acceptance.framework.testhelpers.ClientTestHelper)3 QuestionGroupTestHelper (org.mifos.test.acceptance.framework.testhelpers.QuestionGroupTestHelper)3 SavingsProductHelper (org.mifos.test.acceptance.framework.testhelpers.SavingsProductHelper)3 CustomPropertiesHelper (org.mifos.test.acceptance.framework.testhelpers.CustomPropertiesHelper)2 LoanTestHelper (org.mifos.test.acceptance.framework.testhelpers.LoanTestHelper)2 FeeTestHelper (org.mifos.test.acceptance.admin.FeeTestHelper)1 ImportTransactionsPage (org.mifos.test.acceptance.framework.admin.ImportTransactionsPage)1 LoanAccountPage (org.mifos.test.acceptance.framework.loan.LoanAccountPage)1 TransactionHistoryPage (org.mifos.test.acceptance.framework.loan.TransactionHistoryPage)1 CenterTestHelper (org.mifos.test.acceptance.framework.testhelpers.CenterTestHelper)1 GroupTestHelper (org.mifos.test.acceptance.framework.testhelpers.GroupTestHelper)1 TestDataSetup (org.mifos.test.acceptance.util.TestDataSetup)1 Test (org.testng.annotations.Test)1