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 634814071 FINERACT-2081: Fix "resolve dependent variable" logic of
Batch request resolver
add a9d76ef3d FINERACT-2165: Mark all the RestAssured solutions as
deprecated in the integration tests module
No new revisions were added by this update.
Summary of changes:
.../integrationtests/common/AuditHelper.java | 32 +
.../integrationtests/common/BatchHelper.java | 28 +
.../common/BusinessDateHelper.java | 12 +
.../common/BusinessStepConfigurationHelper.java | 32 +
.../integrationtests/common/CalendarHelper.java | 28 +
.../integrationtests/common/CenterHelper.java | 100 +++
.../integrationtests/common/ClientHelper.java | 332 ++++++++++
.../common/CollateralManagementHelper.java | 48 ++
.../common/CreditBureauConfigurationHelper.java | 57 +-
.../common/CreditBureauIntegrationHelper.java | 12 +
.../integrationtests/common/CurrenciesHelper.java | 20 +
.../common/ExternalEventConfigurationHelper.java | 20 +
.../ExternalServicesConfigurationHelper.java | 16 +
.../integrationtests/common/GroupHelper.java | 124 ++++
.../integrationtests/common/HolidayHelper.java | 36 ++
.../integrationtests/common/HookHelper.java | 34 +-
.../integrationtests/common/IdempotencyHelper.java | 28 +
.../common/LoanRescheduleRequestHelper.java | 24 +
.../integrationtests/common/NotesHelper.java | 72 +++
.../common/NotificationHelper.java | 8 +
.../integrationtests/common/OfficeHelper.java | 44 ++
.../common/PasswordPreferencesHelper.java | 24 +
.../integrationtests/common/PaymentTypeHelper.java | 4 +
.../integrationtests/common/ProductMixHelper.java | 12 +
.../common/SchedulerJobHelper.java | 48 ++
.../integrationtests/common/SearchHelper.java | 4 +
.../common/StandingInstructionsHelper.java | 20 +
.../integrationtests/common/SurveyHelper.java | 16 +
.../common/TaxComponentHelper.java | 12 +
.../integrationtests/common/TaxGroupHelper.java | 16 +
.../fineract/integrationtests/common/Utils.java | 23 +
.../integrationtests/common/WorkingDaysHelper.java | 32 +
.../common/accounting/AccountHelper.java | 32 +
.../common/accounting/AccountRuleHelper.java | 12 +
.../accounting/FinancialActivityAccountHelper.java | 20 +
.../common/accounting/JournalEntryHelper.java | 32 +
.../PeriodicAccrualAccountingHelper.java | 12 +
.../common/charges/ChargesHelper.java | 230 ++++++-
.../common/commands/MakercheckersHelper.java | 16 +
.../common/externalevents/ExternalEventHelper.java | 16 +
.../fixeddeposit/FixedDepositAccountHelper.java | 136 ++++
.../fixeddeposit/FixedDepositProductHelper.java | 48 ++
.../integrationtests/common/loans/CobHelper.java | 8 +
.../common/loans/LoanAccountLockHelper.java | 12 +
.../common/loans/LoanTransactionHelper.java | 720 +++++++++++++++++++++
.../common/organisation/CampaignsHelper.java | 44 ++
.../common/organisation/CurrencyHelper.java | 16 +
.../organisation/EntityDatatableChecksHelper.java | 24 +
.../common/organisation/StaffHelper.java | 52 ++
.../common/products/DelinquencyBucketsHelper.java | 36 ++
.../common/products/DelinquencyRangesHelper.java | 24 +
.../common/provisioning/ProvisioningHelper.java | 20 +
.../ProvisioningTransactionHelper.java | 44 ++
.../integrationtests/common/rates/RatesHelper.java | 32 +
.../RecurringDepositAccountHelper.java | 140 ++++
.../RecurringDepositProductHelper.java | 48 ++
.../common/savings/AccountTransferHelper.java | 32 +
.../common/savings/SavingsAccountHelper.java | 476 ++++++++++++++
.../common/savings/SavingsProductHelper.java | 24 +
.../common/shares/ShareAccountHelper.java | 6 +-
.../shares/ShareAccountTransactionHelper.java | 16 +
.../shares/ShareDividendsTransactionHelper.java | 16 +
.../common/shares/ShareProductHelper.java | 12 +
.../shares/ShareProductTransactionHelper.java | 12 +
.../system/AccountNumberPreferencesHelper.java | 52 ++
.../integrationtests/common/system/CodeHelper.java | 100 +++
.../common/system/DatatableHelper.java | 100 +++
.../common/xbrl/XBRLIntegrationTestHelper.java | 12 +
.../guarantor/GuarantorHelper.java | 28 +
.../inlinecob/InlineLoanCOBHelper.java | 16 +
.../interoperation/InteropHelper.java | 84 +++
.../teller/CashierTransactionsHelper.java | 32 +
.../support/instancemode/InstanceModeHelper.java | 4 +
.../useradministration/roles/RolesHelper.java | 40 ++
.../useradministration/users/UserHelper.java | 76 +++
...VariableInstallmentsDecliningBalanceHelper.java | 88 +++
.../VariableInstallmentsFlatHelper.java | 68 ++
.../VariableIntallmentsTransactionHelper.java | 16 +
78 files changed, 4398 insertions(+), 4 deletions(-)