You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2019/10/09 07:40:39 UTC

[fineract-cn-group] 37/50: Merge pull request #9 from Izakey/develop

This is an automated email from the ASF dual-hosted git repository.

juhan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-group.git

commit 3fa848834ab8e519b3b4d15c6d81b97184a8e264
Merge: acdd064 f252c32
Author: Awasum Yannick <ya...@gmail.com>
AuthorDate: Fri Sep 7 10:39:21 2018 +0100

    Merge pull request #9 from Izakey/develop
    
    Document Group management API for savings and loans in groups

 .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(-)