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 de43cf78ea Merge pull request #6048 from terencemo/fineract-2662-br0
add 4efdfe1f5c FINERACT-2649: Migrate Tier 2 loan integration tests to
Feign client
add 284a40ab00 FINERACT-2649: Migrate progressive loan transaction tests
to Feign client
add d5bf01bd1f FINERACT-2649: Migrate loan charge accrual and closure
tests to Feign client
add 3125d3af4c FINERACT-2649: Migrate loan contract termination test to
Feign client
add d726f56ac4 FINERACT-2649: Migrate loan repayment tests to Feign client
add d7d7bd5442 FINERACT-2649: Migrate charge, waive, reschedule and refund
tests to Feign client
add 46e8a4dce6 FINERACT-2649: Migrate credit balance refund, interest
refund and delinquency tests to Feign client
add 81ade48644 FINERACT-2649: Migrate fraud, accrual activity and
charge-off accounting tests to Feign client
add deeee3126f FINERACT-2649: Migrate reverse-replay, accrual reversal and
post charge-off tests to Feign client
new c016ee9e80 Merge pull request #6050
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:
.../AccrualsOnLoanClosureTest.java | 23 +-
.../AdvancedPaymentAllocationWaiveLoanCharges.java | 41 +-
.../ClientLoanAccountLockIntegrationTest.java | 35 +-
.../DaysInYearCustomStrategyTest.java | 59 ++-
.../integrationtests/LoanAccountFraudTest.java | 89 ++--
...nsactionOnDisbursementByAccountingTypeTest.java | 54 +--
.../LoanAccrualTransactionReversalTest.java | 247 ++++------
...gEntriesForReverseReplayedTransactionsTest.java | 108 ++---
.../integrationtests/LoanChargeOffAccrualTest.java | 26 +-
.../LoanChargeProgressiveTest.java | 25 +-
.../LoanContractTerminationTest.java | 49 +-
...ncyDetailsNextPaymentDateConfigurationTest.java | 85 +---
.../LoanDelinquencyForNonActiveAccountsTest.java | 70 +--
.../LoanInstallmentMultiplesOfTest.java | 50 +--
...nManualInterestRefundResponseStructureTest.java | 105 ++---
.../fineract/integrationtests/LoanPayOffTest.java | 29 +-
.../LoanPostChargeOffScenariosTest.java | 499 +++++++++------------
.../LoanProductOverAppliedAmountTest.java | 28 +-
.../LoanRefundTransactionTest.java | 126 ++----
...paymentScheduleForChargesAfterMaturityTest.java | 122 +----
.../LoanTransactionBackdatedProgressiveTest.java | 47 +-
.../LoanTransactionReverseReplayChargeOffTest.java | 75 ++--
.../LoanTransactionReverseReplayTest.java | 365 ++++++---------
.../integrationtests/LoanWaiveChargeTest.java | 50 +--
.../LoanWithdrawnByApplicantIntegrationTest.java | 31 +-
.../MultiActivityAccrualsTest.java | 38 +-
.../ProgressiveLoanCreditBalanceRefundTest.java | 45 +-
...ogressiveLoanDisbursementAfterMaturityTest.java | 55 ++-
.../ProgressiveLoanDisbursementChargeTest.java | 28 +-
.../ProgressiveLoanMoratoriumIntegrationTest.java | 22 +-
.../ProgressiveLoanTrancheTest.java | 21 +-
...essiveLoanTransactionProcessorNextLastTest.java | 35 +-
.../ProgressiveLoanUndoDisbursementTest.java | 20 +-
.../client/feign/FeignLoanTestBase.java | 368 ++++++++++++---
...FeignSearchHelper.java => FeignCodeHelper.java} | 18 +-
.../helpers/FeignGlobalConfigurationHelper.java | 9 +
.../feign/helpers/FeignJournalEntryHelper.java | 69 ++-
.../client/feign/helpers/FeignLoanHelper.java | 27 ++
.../client/feign/helpers/FeignRawHttpHelper.java | 27 +-
.../feign/helpers/FeignTransactionHelper.java | 101 ++++-
.../feign/modules/ChargeRequestBuilders.java | 17 +-
.../client/feign/modules/LoanProductTemplates.java | 132 +++++-
.../client/feign/modules/LoanTestValidators.java | 30 +-
.../loan/repayment/LoanRepaymentTest.java | 93 ++--
44 files changed, 1727 insertions(+), 1866 deletions(-)
copy
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/{FeignSearchHelper.java
=> FeignCodeHelper.java} (57%)