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 6504ce927f9ff0d1ac99f604842047723d9c313a
Merge: 37de6b8899 305fa6ee68
Author: Adam Saghy <[email protected]>
AuthorDate: Fri Aug 28 16:34:58 2026 +0200

    Merge pull request #6241
    
    FINERACT-2732: migrate the savings and deposit integration tests to the 
Feign client (Tier 1)

 .../api/DatatablesApiResourceSwagger.java          |  11 +
 .../api/SavingsAccountTransactionsApiResource.java |  13 +-
 ...vingsAccountTransactionsApiResourceSwagger.java |  12 +-
 .../api/SavingsAccountsApiResourceSwagger.java     |   2 +
 .../api/SavingsProductsApiResourceSwagger.java     | 102 +++
 ...xibleSavingsInterestPostingIntegrationTest.java | 150 ++--
 ...avingsAccountBalanceCheckAfterReversalTest.java | 176 ++---
 .../SavingsAccountForceWithdrawalTest.java         |  98 +--
 .../SavingsAccountRecalculateBalanceTest.java      | 299 +++-----
 ...AccountTransactionDatatableIntegrationTest.java | 266 +++----
 .../SavingsAccountTransactionTest.java             | 653 +++++++----------
 ...gsAccountTransactionsSearchIntegrationTest.java | 383 +++++-----
 .../SavingsAccrualAccountingIntegrationTest.java   | 381 +++++-----
 .../SavingsAccrualIntegrationTest.java             | 314 +++------
 .../SavingsInterestPostingIntegrationTest.java     | 140 ++--
 .../SavingsInterestPostingJobIntegrationTest.java  | 444 +++++-------
 .../SavingsInterestPostingTest.java                | 769 +++++++--------------
 .../SavingsProductCreationIntegrationTest.java     | 241 +++----
 .../client/feign/FeignSavingsTestBase.java         |  24 +
 .../feign/helpers/FeignAccountTransferHelper.java  |   5 +
 .../client/feign/helpers/FeignDatatableHelper.java |  56 +-
 .../helpers/FeignGlobalConfigurationHelper.java    |  68 ++
 ...ductHelper.java => FeignPaymentTypeHelper.java} |  22 +-
 ...onHelper.java => FeignSavingsChargeHelper.java} |  28 +-
 .../client/feign/helpers/FeignSavingsHelper.java   |  27 +
 .../feign/helpers/FeignSavingsProductHelper.java   |  12 +
 .../helpers/FeignSavingsTransactionHelper.java     |  97 +++
 .../client/feign/helpers/FeignSchedulerHelper.java |  17 +-
 .../feign/modules/SavingsRequestBuilders.java      | 112 +++
 .../client/feign/modules/SavingsTestData.java      |  25 +
 .../feign/modules/SavingsTestValidators.java       |  94 +++
 .../common/GlobalConfigurationHelper.java          |   2 +-
 .../common/batch/BatchServiceHelper.java           |   4 +
 .../savings/AccountTransferWithdrawalFeeTest.java  | 245 +++----
 34 files changed, 2441 insertions(+), 2851 deletions(-)

Reply via email to