This is an automated email from the ASF dual-hosted git repository.
awasum pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-office.git.
from 3b2677b Merge pull request #6 from apache/revert-5-develop
add b6b7c0d Set up testing and document office API to manage offices &
employee
add 2e842c9 Fixing failing unit tests
add 58774ed Update copyright information
new 5d496da Merge pull request #7 from Izakey/develop
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 3 +
component-test/build.gradle | 14 +-
.../fineract/cn/office/AbstractOfficeTest.java | 119 ++++++
.../cn/office/EmployeeApiDocumentation.java | 466 +++++++++++++++++++++
.../fineract/cn/office/OfficeApiDocumentation.java | 402 ++++++++++++++++++
.../fineract/cn/office/SuiteTestEnvironment.java | 41 ++
.../apache/fineract/cn/office/TestEmployee.java | 99 +----
.../org/apache/fineract/cn/office/TestOffice.java | 95 +----
8 files changed, 1048 insertions(+), 191 deletions(-)
create mode 100644
component-test/src/main/java/org/apache/fineract/cn/office/AbstractOfficeTest.java
create mode 100644
component-test/src/main/java/org/apache/fineract/cn/office/EmployeeApiDocumentation.java
create mode 100644
component-test/src/main/java/org/apache/fineract/cn/office/OfficeApiDocumentation.java
create mode 100644
component-test/src/main/java/org/apache/fineract/cn/office/SuiteTestEnvironment.java