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 f76a65ed99 FINERACT-2311: added e2e auto test scenarios for add buy
down fee adjustment trn
new d165a3feda FINERACT-1981: Progressive Loan schedule handling -
Installment charges
new 3f359bb368 FINERACT-1981: added e2e test for validation of progressive
Loan schedule handling
The 2 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:
.../fineract/test/data/ChargeProductType.java | 7 +-
.../test/data/loanproduct/DefaultLoanProduct.java | 6 +
.../fineract/test/factory/LoanRequestFactory.java | 29 +
.../fineract/test/helper/ErrorMessageHelper.java | 8 +
.../global/ChargeGlobalInitializerStep.java | 46 +-
.../global/LoanProductGlobalInitializerStep.java | 165 ++
.../test/stepdef/loan/LoanChargeStepDef.java | 55 +-
.../fineract/test/stepdef/loan/LoanStepDef.java | 92 +
.../fineract/test/support/TestContextKey.java | 12 +-
.../src/test/resources/features/LoanCharge.feature | 1983 +++++++++++++++++++-
.../portfolio/loanaccount/domain/Loan.java | 2 +-
.../portfolio/loanaccount/domain/LoanCharge.java | 4 +
.../serialization/LoanChargeApiJsonValidator.java | 6 +
.../loanaccount/service/LoanChargeService.java | 217 ++-
.../api/LoanProductsApiResourceSwagger.java | 4 +-
...dvancedPaymentScheduleTransactionProcessor.java | 56 +-
.../transactionprocessor/impl/ChangeOperation.java | 20 +-
...cedPaymentScheduleTransactionProcessorTest.java | 3 +-
.../LoanChargeWritePlatformServiceImpl.java | 17 -
.../starter/LoanAccountAutoStarter.java | 5 +-
.../LoanChargeWritePlatformServiceImplTest.java | 2 +-
...rHandlingWithAdvancedPaymentAllocationTest.java | 5 +-
22 files changed, 2656 insertions(+), 88 deletions(-)