use of org.mifos.test.acceptance.framework.AbstractPage in project head by mifos.
the class LoanTestHelper method setApplicationTime.
public AbstractPage setApplicationTime(DateTime systemDateTime) throws UnsupportedEncodingException {
DateTimeUpdaterRemoteTestingService dateTimeUpdaterRemoteTestingService = new DateTimeUpdaterRemoteTestingService(selenium);
dateTimeUpdaterRemoteTestingService.setDateTime(systemDateTime);
return new AbstractPage(selenium);
}
Aggregations