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 65d3f2b65577a740d3d1c9ca62a0c618ae96f507
Merge: 6504ce927f ac6061965a
Author: Adam Saghy <[email protected]>
AuthorDate: Fri Aug 28 16:36:39 2026 +0200

    Merge pull request #6321
    
    FINERACT-2779: Remove restassured from feign loan helper

 .../api/RescheduleLoansApiResourceSwagger.java     |   2 +
 .../loanaccount/api/LoansApiResourceSwagger.java   |  22 +-
 ...PaymentAllocationLoanRepaymentScheduleTest.java |  24 +-
 .../ClientLoanChargeExternalIntegrationTest.java   |  35 +--
 ...lanceRefundandRepaymentTypeIntegrationTest.java |  25 +-
 .../ClientLoanIntegrationTest.java                 |  10 +-
 ...ntLoanMultipleDisbursementsIntegrationTest.java |  43 +--
 ...rancheMultipleDisbursementsIntegrationTest.java |  25 +-
 .../ExternalIdSupportIntegrationTest.java          |  89 +++---
 .../FloatingRateInterestRecalculationTest.java     |  22 +-
 .../integrationtests/GroupLoanIntegrationTest.java |   9 +-
 .../fineract/integrationtests/GroupTest.java       |   4 +-
 ...ChargeOffWithAdvancedPaymentAllocationTest.java |  15 +-
 ...eseReplayWithAdvancedPaymentAllocationTest.java |  18 +-
 ...sbursementToSavingsWithAutoDownPaymentTest.java |  38 ++-
 ...nWithOverlappingDownPaymentInstallmentTest.java |  31 ++-
 .../LoanAccountsContainsCurrencyFieldTest.java     |  40 ++-
 ...gePaymentWithAdvancedPaymentAllocationTest.java |  42 ++-
 ...rHandlingWithAdvancedPaymentAllocationTest.java |  23 +-
 .../LoanDownPaymentTransactionTypeTest.java        |  26 +-
 .../integrationtests/LoanDueCalculationTest.java   |   3 +-
 ...hAdvancedPaymentAllocationIntegrationTests.java |  57 ++--
 ...oductWithCreditAllocationsIntegrationTests.java |  40 +--
 ...oanProductWithDownPaymentConfigurationTest.java |  27 +-
 .../LoanRepaymentRescheduleAtDisbursementTest.java |  62 +++--
 .../LoanRepaymentScheduleWithDownPaymentTest.java  |  84 +++---
 .../LoanRescheduleOnDecliningBalanceLoanTest.java  |  48 ++--
 .../LoanRescheduleWithAdvancePaymentTest.java      |   4 +-
 .../LoanReschedulingWithinCenterTest.java          |  97 +++----
 .../LoanTransactionAuditingIntegrationTest.java    |  49 ++--
 .../LoanTransactionChargebackTest.java             |   6 +-
 .../LoanTransactionInterestPaymentWaiverTest.java  |   6 +-
 ...nReprocessForAdvancedPaymentAllocationTest.java |  25 +-
 .../LoanTransactionReverseReplayRelationTest.java  |  39 ++-
 ...hAdvancedPaymentAllocationIntegrationTests.java |  43 ++-
 ...nWriteOffWithAdvancedPaymentAllocationTest.java |  45 ++-
 ...tiveLoansWithAdvancedPaymentAllocationTest.java |   7 +-
 .../RepaymentReverseExternalIdTest.java            |  34 ++-
 ...ndoRepaymentWithDownPaymentIntegrationTest.java |  21 +-
 .../client/feign/FeignLoanTestBase.java            |  54 ++--
 .../client/feign/helpers/FeignLoanHelper.java      | 135 +--------
 .../client/feign/modules/LoanRequestBuilders.java  | 219 ++++++---------
 .../client/feign/modules/LoanTestData.java         |   1 +
 .../common/loans/LoanProductTestBuilder.java       | 305 +++++++++++++++++++++
 .../loans/LoanProductTestBuilderParityTest.java    | 166 +++++++++++
 45 files changed, 1260 insertions(+), 860 deletions(-)

Reply via email to