This is an automated email from the ASF dual-hosted git repository.

adamsaghy pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit c016ee9e80d1f176991eea06a99fd83b355eeff2
Merge: de43cf78ea deeee3126f
Author: Adam Saghy <[email protected]>
AuthorDate: Mon Jun 29 14:36:37 2026 +0200

    Merge pull request #6050
    
    FINERACT-2649: Migrate Tier 2 loan integration tests to Feign client

 .../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 ++++++++++++---
 .../client/feign/helpers/FeignCodeHelper.java      |  44 ++
 .../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, 1759 insertions(+), 1860 deletions(-)

Reply via email to