use of org.mifos.test.acceptance.framework.testhelpers.HolidayTestHelper in project head by mifos.
the class HolidayTest method setUp.
@Override
// one of the dependent methods throws Exception
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
@BeforeMethod
public void setUp() throws Exception {
super.setUp();
dateTimeUpdaterRemoteTestingService = new DateTimeUpdaterRemoteTestingService(selenium);
navigationHelper = new NavigationHelper(selenium);
loanTestHelper = new LoanTestHelper(selenium);
holidayTestHelper = new HolidayTestHelper(selenium);
appLauncher = new AppLauncher(selenium);
}
use of org.mifos.test.acceptance.framework.testhelpers.HolidayTestHelper in project head by mifos.
the class AdditionalHolidayTest method setUp.
@Override
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
// one of the dependent methods throws Exception
@BeforeMethod(alwaysRun = true)
public void setUp() throws Exception {
super.setUp();
dateTimeUpdaterRemoteTestingService = new DateTimeUpdaterRemoteTestingService(selenium);
appLauncher = new AppLauncher(selenium);
holidayTestHelper = new HolidayTestHelper(selenium);
centerTestHelper = new CenterTestHelper(selenium);
groupTestHelper = new GroupTestHelper(selenium);
clientTestHelper = new ClientTestHelper(selenium);
loanTestHelper = new LoanTestHelper(selenium);
navigationHelper = new NavigationHelper(selenium);
}
Aggregations