Search in sources :

Example 1 with ReportTestHelper

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);
}
Also used : ReportTestHelper(org.mifos.test.acceptance.framework.testhelpers.ReportTestHelper) AppLauncher(org.mifos.test.acceptance.framework.AppLauncher) BeforeMethod(org.testng.annotations.BeforeMethod)

Aggregations

AppLauncher (org.mifos.test.acceptance.framework.AppLauncher)1 ReportTestHelper (org.mifos.test.acceptance.framework.testhelpers.ReportTestHelper)1 BeforeMethod (org.testng.annotations.BeforeMethod)1