فهرست منبع

PersonSectionTest

Andrew Grant 3 ماه پیش
والد
کامیت
8ab62ec38b
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/test/java/scot/carricksoftware/grantswriter/writer/latex/sections/PersonSectionTest.java

+ 2 - 0
src/test/java/scot/carricksoftware/grantswriter/writer/latex/sections/PersonSectionTest.java

@@ -41,5 +41,7 @@ class PersonSectionTest {
     void writeTest() {
         personSection.write(personMock);
         verify(personSectionHeaderMock).write(personMock);
+        verify(personSubSectionTimeLineWriterMock).write(personMock);
+        verify(personSubSectionReferencesWriterMock).write(personMock);
     }
 }