This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from b1bcf8cc83 Merge pull request #6053
add 6ce02e67d9 FINERACT-2455: Add effective end date to retrieve wc loan
breach action api
new 3cd5132785 Merge pull request #6055
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:
.../data/WorkingCapitalLoanBreachActionData.java | 4 +-
...kingCapitalLoanBreachActionReadServiceImpl.java | 20 +-
.../WorkingCapitalLoanBreachActionTest.java | 256 +++++++++++++++++++++
.../WorkingCapitalLoanBreachActionHelper.java | 69 ++++++
4 files changed, 344 insertions(+), 5 deletions(-)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/WorkingCapitalLoanBreachActionTest.java
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/common/workingcapitalloanbreach/WorkingCapitalLoanBreachActionHelper.java