use of org.hisp.dhis.actions.MessageConversationsActions in project dhis2-core by dhis2.
the class SideEffectsTests method beforeAll.
@BeforeAll
public void beforeAll() throws Exception {
messageConversationsActions = new MessageConversationsActions();
new LoginActions().loginAsSuperUser();
setupData();
}
use of org.hisp.dhis.actions.MessageConversationsActions in project dhis2-core by dhis2.
the class RuleEngineTests method beforeAll.
@BeforeAll
public void beforeAll() {
messageConversationsActions = new MessageConversationsActions();
loginActions.loginAsSuperUser();
new MetadataActions().importAndValidateMetadata(new File("src/test/resources/tracker/programs_with_program_rules.json"));
}
Aggregations