|
@@ -3,7 +3,7 @@
|
|
|
*
|
|
|
*/
|
|
|
|
|
|
-package scot.carricksoftware.grantswriter.writer.latex.sections;
|
|
|
+package scot.carricksoftware.grantswriter.writer.latex.parts.people.sections;
|
|
|
|
|
|
import org.junit.jupiter.api.BeforeEach;
|
|
|
import org.junit.jupiter.api.Test;
|
|
@@ -11,7 +11,9 @@ import org.junit.jupiter.api.extension.ExtendWith;
|
|
|
import org.mockito.Mock;
|
|
|
import org.mockito.junit.jupiter.MockitoExtension;
|
|
|
import scot.carricksoftware.grantswriter.domains.people.Person;
|
|
|
-import scot.carricksoftware.grantswriter.writer.latex.parts.people.PersonSectionHeader;
|
|
|
+import scot.carricksoftware.grantswriter.writer.latex.parts.people.headers.PersonSectionHeader;
|
|
|
+import scot.carricksoftware.grantswriter.writer.latex.parts.people.subsections.PersonSubSectionReferencesWriter;
|
|
|
+import scot.carricksoftware.grantswriter.writer.latex.parts.people.subsections.PersonSubSectionTimeLineWriter;
|
|
|
|
|
|
import static org.mockito.Mockito.verify;
|
|
|
|