use of org.hisp.dhis.actions.analytics.AnalyticsEventActions in project dhis2-core by dhis2.
the class AnalyticsDimensionsTest method beforeAll.
@BeforeAll
public void beforeAll() {
trackedEntityAttributeActions = new TrackedEntityAttributeActions();
programActions = new ProgramActions();
analyticsEnrollmentsActions = new AnalyticsEnrollmentsActions();
analyticsEventActions = new AnalyticsEventActions();
}
Aggregations