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 e07c61be33 Merge pull request #6319
add 88908c1677 FINERACT-2455: Rework
WorkingCapitalLoanAddChargeBusinessEvent
add 311def98ba FINERACT-2455: e2e test scenarios for add charge biz event
new 37de6b8899 Merge pull request #6294
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:
.../test/messaging/event/EventCheckHelper.java | 10 ++
.../loan/WorkingCapitalLoanAccountStepDef.java | 5 +
.../features/WorkingCapitalLoanCharge.feature | 22 +++-
.../WorkingCapitalLoanAddChargeBusinessEvent.java | 16 ++-
.../WorkingCapitalLoanChargeBusinessEvent.java | 43 --------
...ngCapitalLoanChargeBusinessEventSerializer.java | 6 +-
.../WorkingCapitalLoanChargeEnricher.java | 4 +-
...oanChargeExternalEventCustomDataSerializer.java | 4 +-
...rkingCapitalLoanAddChargeBusinessEventTest.java | 115 +++++++++++++++++++++
9 files changed, 172 insertions(+), 53 deletions(-)
delete mode 100644
fineract-working-capital-loan/src/main/java/org/apache/fineract/infrastructure/event/business/domain/workingcapitalloan/charge/WorkingCapitalLoanChargeBusinessEvent.java
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/tests/FeignWorkingCapitalLoanAddChargeBusinessEventTest.java