use of org.mifos.test.acceptance.remote.InitializeApplicationRemoteTestingService in project head by mifos.
the class ViewClosedAccountsTest 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);
new InitializeApplicationRemoteTestingService().reinitializeApplication(selenium);
}
use of org.mifos.test.acceptance.remote.InitializeApplicationRemoteTestingService in project head by mifos.
the class ApplicationInitializeTest method applicationInitTest.
public void applicationInitTest() {
InitializeApplicationPage initializeApplicationPage = new InitializeApplicationRemoteTestingService().reinitializeApplication(this.selenium);
initializeApplicationPage.verifyPage();
}
use of org.mifos.test.acceptance.remote.InitializeApplicationRemoteTestingService in project head by mifos.
the class CenterMeetingTest method setUp.
@Override
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
// one of the dependent methods throws Exception
@BeforeMethod(alwaysRun = true)
public void setUp() throws Exception {
super.setUp();
new InitializeApplicationRemoteTestingService().reinitializeApplication(selenium);
}
use of org.mifos.test.acceptance.remote.InitializeApplicationRemoteTestingService in project head by mifos.
the class CenterTest method setUp.
@Override
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
// one of the dependent methods throws Exception
@BeforeMethod(alwaysRun = true)
public void setUp() throws Exception {
super.setUp();
centerTestHelper = new CenterTestHelper(selenium);
questionTestHelper = new QuestionGroupTestHelper(selenium);
clientTestHelper = new ClientTestHelper(selenium);
groupTestHelper = new GroupTestHelper(selenium);
new InitializeApplicationRemoteTestingService().reinitializeApplication(selenium);
}
Aggregations