use of org.mifos.test.acceptance.framework.testhelpers.ReportTestHelper in project head by mifos.
the class StandardReportsTest method setUp.
@Override
// one of the dependent methods throws Exception
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
@BeforeMethod
public void setUp() throws Exception {
super.setUp();
appLauncher = new AppLauncher(selenium);
reportTestHelper = new ReportTestHelper(selenium);
}
Aggregations