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/16 20:03:23 UTC

[fineract-cn-template] 10/45: Merge pull request #3 from myrle-krantz/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-template.git

commit 6b00c28ab9002b5fb186c2f7662271e5ed344abd
Merge: d9745aa 9e03ed8
Author: Myrle Krantz <my...@apache.org>
AuthorDate: Mon Jul 10 12:08:59 2017 +0200

    Merge pull request #3 from myrle-krantz/develop
    
    added helpful examples to template.

 .../api/v1/{ => events}/EventConstants.java        |  2 +-
 .../io/mifos/template/SuiteTestEnvironment.java    | 43 ++++++++++++++++++++++
 .../main/java/io/mifos/template/TestSample.java    | 36 ++++++++----------
 .../src/main/java/io/mifos/template/TestSuite.java | 14 ++++---
 .../template/listener/MigrationEventListener.java  |  2 +-
 .../template/listener/SampleEventListener.java     |  2 +-
 .../internal/command/InitializeServiceCommand.java |  5 +++
 .../service/internal/command/SampleCommand.java    |  7 ++++
 .../command/handler/MigrationAggregate.java        |  5 ++-
 .../internal/command/handler/SampleAggregate.java  | 17 ++++++++-
 10 files changed, 100 insertions(+), 33 deletions(-)