component-test/src/main/java/org/apache/fineract/cn/teller/TellerApiDocumentation.java [197:215]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            fieldWithPath("assignedEmployee").description("Assigned Employee"),
                            fieldWithPath("state").description(" State of Teller " +
                                    " + \n" +
                                    " *enum* _State_ { + \n" +
                                    "    ACTIVE, + \n" +
                                    "    CLOSED, + \n" +
                                    "    OPEN, + \n" +
                                    "    PAUSED + \n" +
                                    "  }"),
                            fieldWithPath("createdBy").description("Employee who created teller"),
                            fieldWithPath("createdOn").description("Date employee was created"),
                            fieldWithPath("lastModifiedBy").type("String").description("Employee who last modified teller"),
                            fieldWithPath("lastModifiedOn").type("String").description("Date when teller was last modified"),
                            fieldWithPath("lastOpenedBy").type("String").description("Last employee who opened teller"),
                            fieldWithPath("lastOpenedOn").type("String").description("Last time teller was opened")
                    )));
  }

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



component-test/src/main/java/org/apache/fineract/cn/teller/TellerApiDocumentation.java [606:624]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            fieldWithPath("assignedEmployee").description("Assigned Employee"),
                            fieldWithPath("state").description(" State of Teller " +
                                    " + \n" +
                                    " *enum* _State_ { + \n" +
                                    "    ACTIVE, + \n" +
                                    "    CLOSED, + \n" +
                                    "    OPEN, + \n" +
                                    "    PAUSED + \n" +
                                    "  }"),
                            fieldWithPath("createdBy").description("Employee who created teller"),
                            fieldWithPath("createdOn").description("Date employee was created"),
                            fieldWithPath("lastModifiedBy").type("String").description("Employee who last modified teller"),
                            fieldWithPath("lastModifiedOn").type("String").description("Date when teller was last modified"),
                            fieldWithPath("lastOpenedBy").type("String").description("Last employee who opened teller"),
                            fieldWithPath("lastOpenedOn").type("String").description("Last time teller was opened")
                    )));
  }

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



