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 5d4e393b22 Merge pull request #6040
     add 0efd0180ad FINERACT-2649: Migrate Tier 1 loan integration tests to 
Feign client
     new f0e889dbf5 Merge pull request #6005

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:
 .../FixedLengthLoanProductIntegrationTest.java     |  67 +++---
 .../integrationtests/LoanDueCalculationTest.java   | 182 +++++++--------
 .../LoanInterestRateFrequencyTest.java             |  66 +++---
 .../integrationtests/LoanPrepayAmountTest.java     |  79 ++++---
 .../LoanProductWithChargeOffBehaviourTest.java     |  27 +--
 .../client/feign/FeignLoanTestBase.java            | 258 ++++++++++++++++++++-
 .../feign/helpers/FeignBusinessDateHelper.java     |  12 +-
 .../client/feign/helpers/FeignClientHelper.java    |   2 +-
 .../client/feign/helpers/FeignLoanHelper.java      |  11 +
 .../client/feign/helpers/FeignRawHttpHelper.java   | 108 +++++++++
 .../client/feign/modules/FeignTestConstants.java   |   1 +
 .../client/feign/modules/LoanProductTemplates.java | 112 ++++++++-
 .../client/feign/modules/LoanRequestBuilders.java  |  67 ++++++
 .../client/feign/modules/LoanTestData.java         |   1 +
 .../client/feign/modules/LoanTestValidators.java   | 163 +++++++++++++
 15 files changed, 927 insertions(+), 229 deletions(-)
 create mode 100644 
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/FeignRawHttpHelper.java

Reply via email to