use of org.hisp.dhis.actions.metadata.AttributeActions in project dhis2-core by dhis2.
the class EventImportIdSchemeTests method beforeAll.
@BeforeAll
public void beforeAll() {
orgUnitActions = new OrgUnitActions();
eventActions = new EventActions();
programActions = new ProgramActions();
attributeActions = new AttributeActions();
new LoginActions().loginAsSuperUser();
setupData();
}
use of org.hisp.dhis.actions.metadata.AttributeActions in project dhis2-core by dhis2.
the class OrgUnitProfileTests method beforeAll.
@BeforeAll
public void beforeAll() {
loginActions = new LoginActions();
attributeActions = new AttributeActions();
orgUnitProfileActions = new RestApiActions("/organisationUnitProfile");
loginActions.loginAsSuperUser();
orgUnitId = new OrgUnitActions().createOrgUnit();
}
use of org.hisp.dhis.actions.metadata.AttributeActions in project dhis2-core by dhis2.
the class EventIdSchemeTests method beforeAll.
@BeforeAll
public void beforeAll() {
orgUnitActions = new OrgUnitActions();
programActions = new ProgramActions();
attributeActions = new AttributeActions();
loginActions.loginAsSuperUser();
setupData();
}
Aggregations