component-test/src/main/java/org/apache/fineract/cn/office/EmployeeApiDocumentation.java [149:157]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            fieldWithPath("identifier").description("first employee's identifier"),
                            fieldWithPath("givenName").description(" first employee given name"),
                            fieldWithPath("middleName").description("first employee's middle name"),
                            fieldWithPath("surname").description("first employee's surname"),
                            fieldWithPath("assignedOffice").description("first employee's assigned office"),
                            fieldWithPath("contactDetails").type("List<ContactDetail>").description("first employee's contact details"))));
  }

  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-test/src/main/java/org/apache/fineract/cn/office/EmployeeApiDocumentation.java [276:284]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            fieldWithPath("identifier").description("first employee's identifier"),
                            fieldWithPath("givenName").description(" first employee given name"),
                            fieldWithPath("middleName").description("first employee's middle name"),
                            fieldWithPath("surname").description("first employee's surname"),
                            fieldWithPath("assignedOffice").description("first employee's assigned office"),
                            fieldWithPath("contactDetails").type("List<ContactDetail>").description("first employee's contact details"))));
  }

  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



