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 90e8ac0bc1 Merge pull request #6257
add 48b5c8a64e FINERACT-2649: Migrate loan account, product, GL-account
and API tests to Feign
add 7dea204a31 FINERACT-2649: Migrate loan charge tests to Feign
add dd61bcd38f FINERACT-2649: Migrate loan accrual and
disbursement-schedule tests to Feign
add 3a0fd28515 FINERACT-2649: Migrate loan COB and interest-recalculation
tests to Feign
add d0181c64e0 FINERACT-2649: Migrate delinquency and event tests to Feign
add 7db8d55825 FINERACT-2649: Migrate loan interest refund, pause and
point-in-time tests to Feign
add 36744e9357 FINERACT-2649: Migrate loan capitalized-income, buy-down
and charge-off tests to Feign
add 13740c3b0d FINERACT-2649: Migrate external asset owner tests to Feign
add 6dce2741a0 FINERACT-2649: Migrate penalty, journal-reversal and batch
loan tests to Feign
add 8caa270466 FINERACT-2649: Migrate loan catch-up integration test to
Feign
add a2d6043e10 FINERACT-2649: Migrate loan COB account-lock catch-up
inline COB test to Feign
add 0f42094d96 FINERACT-2649: Migrate COB partitioning test to Feign
add ce7a68794b FINERACT-2649: Migrate inline loan COB test to Feign
add 408be898a7 FINERACT-2649: Migrate external asset owner
transfer/cancel/search tests to Feign
add 2038f32b76 FINERACT-2649: Migrate SQL injection reporting test to Feign
add 4d3b911cce FINERACT-2649: Migrate user loan permission test to Feign
add 375061d20b FINERACT-2649: Migrate loan specific-due-date charge tests
to Feign
add b06be2efa8 FINERACT-2649: Migrate loan accrual activity/submitted-date
tests to Feign
add 985bb47736 FINERACT-2649: Migrate external business event test to Feign
add 6551ac6b79 FINERACT-2649: Migrate delinquency buckets integration test
to Feign
add f45ec61581 FINERACT-2649: Migrate loan interest payment waiver test to
Feign
add e4d71d9608 FINERACT-2649: Migrate batch API integration test to Feign
add bb80dda8b9 FINERACT-2649: Migrate initiate external asset owner
transfer test to Feign
add 7367882a69 FINERACT-2649: Migrate advanced payment allocation schedule
test to Feign
add a271c52e61 FINERACT-2649: Migrate client loan integration test to Feign
add ab25b415cd FINERACT-2649: Migrate charge rounding integration tests to
Feign
new e62a735c44 Merge pull request #6158
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:
.../client/feign/services/RunReportsApi.java | 20 +
.../api/LoanChargesApiResourceSwagger.java | 2 +
.../api/LoanTransactionsApiResourceSwagger.java | 2 +-
.../api/LoanProductsApiResourceSwagger.java | 16 +
.../dataqueries/api/ReportsApiResourceSwagger.java | 2 +
.../interoperation/api/InteropApiResource.java | 4 +-
.../api/ClientChargesApiResourceSwagger.java | 2 +-
.../loanaccount/api/LoansApiResourceSwagger.java | 48 +
.../api/SavingsAccountsApiResourceSwagger.java | 10 +
...PaymentAllocationLoanRepaymentScheduleTest.java | 2249 +++---
.../integrationtests/BaseLoanIntegrationTest.java | 4 +-
.../fineract/integrationtests/BatchApiTest.java | 3145 +++-----
.../integrationtests/BatchLoanIntegrationTest.java | 117 +-
.../integrationtests/ClientChargeRoundingTest.java | 114 +-
.../ClientLoanChargeExternalIntegrationTest.java | 4 +-
.../ClientLoanIntegrationTest.java | 8532 ++++++++++----------
.../CustomSnapshotEventIntegrationTest.java | 94 +-
.../DelinquencyActionIntegrationTests.java | 224 +-
.../DelinquencyBucketsIntegrationTest.java | 955 +--
.../ExternalBusinessEventTest.java | 258 +-
...allmentLevelDelinquencyAPIIntegrationTests.java | 167 +-
...nterestRecognitionFromDistbusementDateTest.java | 80 +-
...ournalEntryReversalOrderingIntegrationTest.java | 173 +-
...oanAccountArrearsAgeingCOBBusinessStepTest.java | 145 +-
.../LoanAccountsContainsCurrencyFieldTest.java | 114 +-
.../LoanAccrualReversalOnClosedLoanTest.java | 203 +-
...ccrualTransactionOnChargeSubmittedDateTest.java | 883 +-
...tAndChargeAccrualDateAsSubmittedOnDateTest.java | 62 +-
.../integrationtests/LoanBuyDownFeeTest.java | 325 +-
.../LoanCOBAccountLockCatchupInlineCOBTest.java | 490 +-
.../LoanCOBCatchUpInstanceModeIntegrationTest.java | 52 +-
.../LoanCOBCreateAccrualsTest.java | 190 +-
.../LoanCOBPerformanceRestTest.java | 53 +-
.../LoanCapitalizedIncomeTest.java | 773 +-
.../LoanCatchUpIntegrationTest.java | 183 +-
.../integrationtests/LoanChargeRoundingTest.java | 138 +-
.../LoanChargeSpecificDueDateTest.java | 735 +-
.../LoanChargeTaxIntegrationTest.java | 166 +-
.../LoanChargesMultipleDebitAccountsTest.java | 174 +-
.../integrationtests/LoanInterestPauseApiTest.java | 697 +-
.../LoanInterestRecalculationCOBTest.java | 438 +-
.../integrationtests/LoanInterestRefundTest.java | 907 +--
...nMultipleDisbursementRepaymentScheduleTest.java | 202 +-
.../LoanOriginationValidationTest.java | 262 +-
.../LoanProductChargeOffReasonMappingsTest.java | 109 +-
.../fineract/integrationtests/LoanProductTest.java | 285 +-
...LoanSpecificDueDateChargeAfterMaturityTest.java | 713 +-
.../LoanTransactionAccrualActivityPostingTest.java | 656 +-
.../LoanTransactionInterestPaymentWaiverTest.java | 878 +-
...qlInjectionReportingServiceIntegrationTest.java | 385 +-
.../integrationtests/UserLoanPermissionTest.java | 148 +-
.../accounting/GLAccountIntegrationTest.java | 71 +-
.../client/feign/FeignLoanTestBase.java | 409 +-
.../client/feign/helpers/FeignAccountHelper.java | 35 +
...Helper.java => FeignAccountTransferHelper.java} | 30 +-
.../client/feign/helpers/FeignBatchHelper.java | 68 +
...MixHelper.java => FeignBusinessStepHelper.java} | 31 +-
.../client/feign/helpers/FeignChargesHelper.java | 32 +-
.../client/feign/helpers/FeignClientHelper.java | 12 +
...{FeignSearchHelper.java => FeignCobHelper.java} | 10 +-
.../client/feign/helpers/FeignCodeHelper.java | 22 +
.../feign/helpers/FeignCollateralHelper.java | 59 +
.../client/feign/helpers/FeignDatatableHelper.java | 59 +
.../feign/helpers/FeignDelinquencyHelper.java | 23 +
.../helpers/FeignExternalAssetOwnerHelper.java} | 96 +-
.../feign/helpers/FeignExternalEventHelper.java | 8 +
...FeignSearchHelper.java => FeignFundHelper.java} | 18 +-
.../helpers/FeignGlobalConfigurationHelper.java | 15 +
.../feign/helpers/FeignJournalEntryHelper.java | 6 +
.../feign/helpers/FeignLoanCOBCatchUpHelper.java | 57 +
.../client/feign/helpers/FeignLoanHelper.java | 93 +
...ignSearchHelper.java => FeignReportHelper.java} | 18 +-
.../client/feign/helpers/FeignSavingsHelper.java | 5 +
.../client/feign/helpers/FeignSchedulerHelper.java | 14 +
.../feign/helpers/FeignTransactionHelper.java | 52 +
.../client/feign/helpers/FeignUserHelper.java | 83 +
...entsApi.java => InternalConfigurationsApi.java} | 20 +-
.../feign/helpers/LoanChargeCommandsApi.java | 99 +
.../feign/helpers/LoanProductCommandsApi.java | 65 +
.../modules/AccountTransferRequestBuilders.java | 58 +
.../client/feign/modules/BatchRequestBuilders.java | 486 ++
.../feign/modules/ChargeRequestBuilders.java | 98 +-
.../feign/modules/ClientRequestBuilders.java | 12 +
.../client/feign/modules/LoanProductTemplates.java | 19 +
.../client/feign/modules/LoanRequestBuilders.java | 6 +
.../client/feign/modules/LoanTestData.java | 29 +
.../client/feign/modules/LoanTestValidators.java | 3 +-
.../integrationtests/cob/CobPartitioningTest.java | 252 +-
.../inlinecob/InlineLoanCOBTest.java | 584 +-
.../externalassetowner/ExternalAssetOwnerTest.java | 28 +-
.../ExternalAssetOwnerToOwnerTransferTest.java | 38 +-
.../ExternalAssetOwnerTransferCancelTest.java | 476 +-
.../ExternalAssetOwnerTransferTest.java | 316 +-
...ernalAssetOwnerTransferUndisbursedLoanTest.java | 101 +-
.../InitiateExternalAssetOwnerTransferTest.java | 1583 ++--
.../SearchExternalAssetOwnerTransferTest.java | 4 +-
.../loan/LoanApiIntegrationTest.java | 352 +-
.../LoanPenaltyBackdatedTransactionTest.java | 275 +-
.../loan/pointintime/LoanPointInTimeTest.java | 156 +-
99 files changed, 14945 insertions(+), 18029 deletions(-)
copy
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/{FeignSavingsProductHelper.java
=> FeignAccountTransferHelper.java} (51%)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/FeignBatchHelper.java
copy
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/{FeignProductMixHelper.java
=> FeignBusinessStepHelper.java} (52%)
copy
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/{FeignSearchHelper.java
=> FeignCobHelper.java} (76%)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/FeignCollateralHelper.java
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/FeignDatatableHelper.java
copy
integration-tests/src/test/java/org/apache/fineract/integrationtests/{common/ExternalAssetOwnerHelper.java
=> client/feign/helpers/FeignExternalAssetOwnerHelper.java} (51%)
copy
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/{FeignSearchHelper.java
=> FeignFundHelper.java} (64%)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/FeignLoanCOBCatchUpHelper.java
copy
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/{FeignSearchHelper.java
=> FeignReportHelper.java} (63%)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/FeignUserHelper.java
copy
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/{InternalExternalEventsApi.java
=> InternalConfigurationsApi.java} (58%)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/LoanChargeCommandsApi.java
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/LoanProductCommandsApi.java
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/modules/AccountTransferRequestBuilders.java
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/modules/BatchRequestBuilders.java