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();
}
Aggregations