use of org.hisp.dhis.actions.tracker.PotentialDuplicatesActions in project dhis2-core by dhis2.
the class PotentialDuplicatesApiTest method beforeEachPotentialDuplicateTest.
@BeforeEach
public void beforeEachPotentialDuplicateTest() {
trackerActions = new TrackerActions();
userActions = new UserActions();
loginActions = new LoginActions();
potentialDuplicatesActions = new PotentialDuplicatesActions();
}
Aggregations