use of org.testng.annotations.BeforeMethod in project head by mifos.
the class CustomizeTextTest method setUp.
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
@BeforeMethod
@Override
public void setUp() throws Exception {
super.setUp();
adminTestHelper = new AdminTestHelper(selenium);
navigationHelper = new NavigationHelper(selenium);
}
use of org.testng.annotations.BeforeMethod in project head by mifos.
the class DefineAndViewOfficeTest method setUp.
@Override
// one of the dependent methods throws Exception
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
@BeforeMethod(alwaysRun = true)
public void setUp() throws Exception {
super.setUp();
officeHelper = new OfficeHelper(selenium);
}
use of org.testng.annotations.BeforeMethod in project head by mifos.
the class DefineChecklistTest method setUp.
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
@BeforeMethod
@Override
public void setUp() throws Exception {
super.setUp();
adminTestHelper = new AdminTestHelper(selenium);
}
use of org.testng.annotations.BeforeMethod in project head by mifos.
the class DefineHiddenMandatoryFieldsTest method setUp.
@Override
// one of the dependent methods throws Exception
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
@BeforeMethod
public void setUp() throws Exception {
super.setUp();
navigationHelper = new NavigationHelper(selenium);
}
use of org.testng.annotations.BeforeMethod in project head by mifos.
the class DefineLookupOptionsTest method setUp.
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
@BeforeMethod
@Override
public void setUp() throws Exception {
super.setUp();
adminTestHelper = new AdminTestHelper(selenium);
}
Aggregations