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 32b5487ca4 Merge pull request #6148 from meonkeys/improve-threat-model
add 6a4246bb8c FINERACT-2649: Add reAmortize, writeOff and credit
allocation Feign helpers
add 35cb5844fd FINERACT-2649: Migrate reschedule core integration tests to
Feign
add 16036d9875 FINERACT-2649: Migrate reAmortize and center reschedule
tests to Feign
add 7718af9556 FINERACT-2649: Migrate non-APA chargeback integration tests
to Feign
add 3a37038322 FINERACT-2649: Migrate down-payment product and loan
summary tests to Feign
add bc3a1c41e0 FINERACT-2649: Migrate down-payment transaction and undo
disbursal tests to Feign
add 2e55453a0b FINERACT-2649: Migrate APA write-off and transaction
reprocess tests to Feign
add 51ac95ad51 FINERACT-2649: Extend Feign loan helpers for external-id
and business dates
add d844b3e67e FINERACT-2649: Migrate APA, external-id and transaction
loan tests to Feign
add df33183c09 FINERACT-2649: Migrate client loan credit balance, APA
charge payment and down-payment schedule tests to Feign
add 6fe6d5ff29 FINERACT-2649: Migrate charge, disbursement and
reverse-replay loan tests to Feign
add 753488c2ef FINERACT-2649: Standardize BigDecimal precision assertions
in migrated Feign tests
add dc78ab1d16 FINERACT-2649: Migrate core LoanAccount tests to Feign
add 779a812ec0 FINERACT-2649: revert Month enum, fix swagger, remove
HashMap wrappers, simplify runAt
add d6c7df9f23 Merge pull request #6084
No new revisions were added by this update.
Summary of changes:
.../api/LoanTransactionsApiResourceSwagger.java | 9 +
.../api/SavingsProductsApiResourceSwagger.java | 2 +
...PaymentAllocationLoanRepaymentScheduleTest.java | 30 +-
.../integrationtests/BaseLoanIntegrationTest.java | 2 +-
...BlockTransactionsOnClosedOverpaidLoansTest.java | 9 +-
.../ClientLoanChargeExternalIntegrationTest.java | 147 +-
.../ClientLoanChargeRefundIntegrationTest.java | 3 +-
...lanceRefundandRepaymentTypeIntegrationTest.java | 985 +++++----
...ntLoanMultipleDisbursementsIntegrationTest.java | 284 ++-
...rancheMultipleDisbursementsIntegrationTest.java | 168 +-
.../DelinquencyAndChargebackIntegrationTest.java | 274 +--
...DueDateRespectiveLoanRepaymentScheduleTest.java | 885 +++------
.../ExternalIdSupportIntegrationTest.java | 1676 ++++++++--------
.../FloatingRateInterestRecalculationTest.java | 179 +-
.../LoanAccountBackdatedDisbursementTest.java | 19 +-
...ChargeOffWithAdvancedPaymentAllocationTest.java | 526 ++---
...eseReplayWithAdvancedPaymentAllocationTest.java | 284 +--
...ccountCreditRefundPayoutWithChargebackTest.java | 145 +-
...sbursementToSavingsWithAutoDownPaymentTest.java | 271 +--
.../LoanAccountOverpaidDateStatusTest.java | 21 +-
...nWithOverlappingDownPaymentInstallmentTest.java | 283 +--
.../LoanAccountRepaymentCalculationTest.java | 19 +-
.../LoanChargeOffAccountingTest.java | 153 +-
...gePaymentWithAdvancedPaymentAllocationTest.java | 301 +--
...rHandlingWithAdvancedPaymentAllocationTest.java | 120 +-
...backOnPaymentTypeRepaymentTransactionsTest.java | 279 +--
...ebackWithCreditAllocationsIntegrationTests.java | 315 +--
.../LoanDownPaymentTransactionChargebackTest.java | 97 +-
.../LoanDownPaymentTransactionTypeTest.java | 93 +-
.../LoanInterestRateFrequencyTest.java | 1 -
.../LoanModifyApprovedAmountTest.java | 282 ++-
.../LoanNextPaymentDueAmountIntegrationTest.java | 102 +-
.../fineract/integrationtests/LoanPayOffTest.java | 4 +-
.../integrationtests/LoanPrepayAmountTest.java | 2 -
...hAdvancedPaymentAllocationIntegrationTests.java | 170 +-
...oductWithCreditAllocationsIntegrationTests.java | 121 +-
...oanProductWithDownPaymentConfigurationTest.java | 149 +-
.../LoanRepaymentRescheduleAtDisbursementTest.java | 265 +--
.../LoanRepaymentScheduleWithDownPaymentTest.java | 2100 ++++++++++----------
.../LoanRescheduleOnDecliningBalanceLoanTest.java | 505 ++---
.../LoanRescheduleRequestTest.java | 642 +++---
.../LoanRescheduleTestWithDownpayment.java | 519 ++---
.../LoanRescheduleWithAdvancePaymentTest.java | 288 +--
.../LoanReschedulingWithinCenterTest.java | 474 ++---
.../fineract/integrationtests/LoanSummaryTest.java | 103 +-
.../LoanTransactionAuditingIntegrationTest.java | 118 +-
.../LoanTransactionChargebackTest.java | 672 +++----
...ionFullAmountChargebackForOverpaidLoanTest.java | 202 +-
...nReprocessForAdvancedPaymentAllocationTest.java | 202 +-
.../LoanTransactionReverseReplayRelationTest.java | 109 +-
.../LoanTransactionSummaryTest.java | 15 +-
.../integrationtests/LoanTransactionTest.java | 184 +-
.../LoanUndoChargeOffReverseExternalIdTest.java | 36 +-
...hAdvancedPaymentAllocationIntegrationTests.java | 182 +-
...ithWaiveInterestAndWriteOffIntegrationTest.java | 25 +-
...nWriteOffWithAdvancedPaymentAllocationTest.java | 344 +---
...tiveLoansWithAdvancedPaymentAllocationTest.java | 207 +-
.../RepaymentReverseExternalIdTest.java | 240 +--
.../SmsCampaignIntegrationTest.java | 2 +
...oanDisbursalWithDownPaymentIntegrationTest.java | 815 ++++----
...ndoRepaymentWithDownPaymentIntegrationTest.java | 256 +--
.../client/feign/FeignLoanTestBase.java | 798 +++++++-
.../client/feign/helpers/FeignChargesHelper.java | 24 +-
.../client/feign/helpers/FeignCodeHelper.java | 8 +
.../feign/helpers/FeignExternalEventHelper.java | 4 +
.../helpers/FeignGlobalConfigurationHelper.java | 6 +-
.../feign/helpers/FeignGroupCenterHelper.java | 124 ++
.../feign/helpers/FeignJournalEntryHelper.java | 68 +-
.../client/feign/helpers/FeignLoanHelper.java | 458 ++++-
.../client/feign/helpers/FeignRawHttpHelper.java | 13 +-
.../feign/helpers/FeignTransactionHelper.java | 345 +++-
.../feign/modules/ChargeRequestBuilders.java | 22 +
.../client/feign/modules/LoanProductTemplates.java | 50 +-
.../client/feign/modules/LoanRequestBuilders.java | 274 ++-
.../tests/FeignLoanAccrualOnClosedLoanTest.java | 23 +-
.../FeignLoanAdjustmentOriginatorEnricherTest.java | 12 +-
.../FeignLoanChargeOriginatorEnricherTest.java | 8 +-
.../feign/tests/FeignLoanOriginatorApiTest.java | 22 +-
.../FeignLoanOriginatorDuringApplicationTest.java | 16 +-
.../tests/FeignTrialBalanceSummaryReportTest.java | 6 +-
.../common/externalevents/LoanBusinessEvent.java | 23 +-
.../common/loans/LoanTestLifecycleExtension.java | 4 +-
.../loan/reaging/LoanReAgingIntegrationTest.java | 332 ++--
.../LoanReAmortizationIntegrationTest.java | 144 +-
84 files changed, 9161 insertions(+), 10538 deletions(-)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/FeignGroupCenterHelper.java