|
@@ -26,26 +26,13 @@ class PersonSectionTest {
|
|
|
|
|
|
private PersonSection personSection;
|
|
private PersonSection personSection;
|
|
|
|
|
|
- @Mock
|
|
|
|
- private PersonSectionHeader personSectionHeaderMock;
|
|
|
|
-
|
|
|
|
- @Mock
|
|
|
|
- private PersonSubSectionTimeLineWriter personSubSectionTimeLineWriterMock;
|
|
|
|
-
|
|
|
|
- @Mock
|
|
|
|
- private PersonSubSectionReferencesWriter personSubSectionReferencesWriterMock;
|
|
|
|
-
|
|
|
|
- @Mock
|
|
|
|
- private Person personMock;
|
|
|
|
-
|
|
|
|
- @Mock
|
|
|
|
- private GatherTimeLineData gatherTimeLineDataMock;
|
|
|
|
-
|
|
|
|
- @Mock
|
|
|
|
- private PersonSectionContentsWriter personSectionContentsWriterMock;
|
|
|
|
-
|
|
|
|
- @Mock
|
|
|
|
- ClearExistingTimeLineData clearExistingTimeLineDataMock;
|
|
|
|
|
|
+ @Mock private PersonSectionHeader personSectionHeaderMock;
|
|
|
|
+ @Mock private PersonSubSectionTimeLineWriter personSubSectionTimeLineWriterMock;
|
|
|
|
+ @Mock private PersonSubSectionReferencesWriter personSubSectionReferencesWriterMock;
|
|
|
|
+ @Mock private Person personMock;
|
|
|
|
+ @Mock private GatherTimeLineData gatherTimeLineDataMock;
|
|
|
|
+ @Mock private PersonSectionContentsWriter personSectionContentsWriterMock;
|
|
|
|
+ @Mock ClearExistingTimeLineData clearExistingTimeLineDataMock;
|
|
|
|
|
|
@BeforeEach
|
|
@BeforeEach
|
|
void setUp() {
|
|
void setUp() {
|