This repository was archived by the owner on May 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
main/java/de/symeda/sormas/backend/person
test/java/de/symeda/sormas/backend/externaljournal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353import de .symeda .sormas .api .externaljournal .ExternalJournalValidation ;
5454import de .symeda .sormas .api .contact .FollowUpStatus ;
5555import de .symeda .sormas .api .contact .FollowUpStatusDto ;
56- import de .symeda .sormas .api .externaljournal .PatientDiaryPersonValidation ;
5756import de .symeda .sormas .api .i18n .I18nProperties ;
5857import de .symeda .sormas .api .i18n .Validations ;
5958import de .symeda .sormas .api .location .LocationDto ;
Original file line number Diff line number Diff line change 2020import org .mockito .MockitoAnnotations ;
2121import org .mockito .Spy ;
2222
23- import de .symeda .sormas .api .externaljournal .PatientDiaryPersonQueryResponse ;
2423import de .symeda .sormas .api .externaljournal .patientdiary .PatientDiaryQueryResponse ;
2524import de .symeda .sormas .api .person .PersonDto ;
2625
3635import de .symeda .sormas .backend .person .PersonFacadeEjb .PersonFacadeEjbLocal ;
3736import de .symeda .sormas .backend .person .PersonService ;
3837
39- import org .junit .Before ;
40- import org .junit .Test ;
41- import org .mockito .Mockito ;
42- import org .mockito .MockitoAnnotations ;
43- import org .mockito .Spy ;
44-
45- import java .lang .reflect .InvocationTargetException ;
46- import java .lang .reflect .Method ;
4738import java .util .Collections ;
48- import java .util .HashMap ;
49- import java .util .Map ;
50- import java .util .Optional ;
51-
52- import static org .junit .Assert .assertFalse ;
53- import static org .junit .Assert .assertTrue ;
54- import static org .mockito .Mockito .doReturn ;
5539
5640public class ExternalJournalServiceTest extends AbstractBeanTest {
5741
You can’t perform that action at this time.
0 commit comments