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 c70edf65f8 FINERACT-2354: Schedule handling after re-age - points 4-5-6
add ad90d98aa0 FINERACT-2398: Re-amortization:- Preview Schedule API
during re-amortization
add 035b90211c FINERACT-2398: Re-amortization:- Preview Schedule API
during re-amortization - E2E tests
No new revisions were added by this update.
Summary of changes:
.../test/stepdef/loan/LoanReAgingStepDef.java | 4 +-
.../stepdef/loan/LoanReAmortizationStepDef.java | 176 ++++-
.../fineract/test/support/TestContextKey.java | 1 +
.../test/resources/features/LoanReAging.feature | 24 +-
.../resources/features/LoanReAgingPreview.feature | 62 +-
.../features/LoanReAmortizationPreview.feature | 725 +++++++++++++++++++++
.../api/LoanTransactionsApiResource.java | 25 +
.../api/request/ReAmortizationPreviewRequest.java | 19 +-
.../reamortization/LoanReAmortizationService.java | 80 ++-
.../LoanReAmortizationValidator.java | 4 +
10 files changed, 1060 insertions(+), 60 deletions(-)
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanReAmortizationPreview.feature
copy
fineract-command/src/test/java/org/apache/fineract/command/sample/data/DummyRequest.java
=>
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/api/request/ReAmortizationPreviewRequest.java
(57%)