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-group.git.


    from acdd064  Merge pull request #7 from kengneruphine/develop
     add f252c32  Document Group management API for savings and loans in groups
     new 3fa8488  Merge pull request #9 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                        |  15 +-
 .../fineract/cn/group/AbstractGroupTest.java       |  93 +++
 .../fineract/cn/group/GroupApiDocumentation.java   | 717 +++++++++++++++++++++
 .../fineract/cn/group/SuiteTestEnvironment.java    |  45 ++
 .../org/apache/fineract/cn/group/TestGroup.java    | 105 +--
 .../fineract/cn/group/TestGroupDefinition.java     |  79 +--
 .../cn/group/util/GroupDefinitionGenerator.java    |   4 +-
 .../fineract/cn/group/util/GroupGenerator.java     |  32 +-
 9 files changed, 911 insertions(+), 182 deletions(-)
 create mode 100644 
component-test/src/main/java/org/apache/fineract/cn/group/AbstractGroupTest.java
 create mode 100644 
component-test/src/main/java/org/apache/fineract/cn/group/GroupApiDocumentation.java
 create mode 100644 
component-test/src/main/java/org/apache/fineract/cn/group/SuiteTestEnvironment.java

Reply via email to