adamsaghy commented on PR #3881:
URL: https://github.com/apache/fineract/pull/3881#issuecomment-2107026076
> Thanks Adam, I do understand the importance of the test. I will look into
the mentioned directory for examples.
Hi
I believe we dont really have too many test cases for cashier transactions,
so i will try to give you some help here:
- I would create a new Helper class which extends the IntegrationTest class
which contains helper methods to call the "fineract-client" and via that we can
call cashier transactions via type-safe way:
Example:
`return ok(fineract().tellers.getTransactionsForCashier(tellerId,
cashierId, currencyCode, ...))`
You can see examples in the LoanTransactionHelper class, example in line 738
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]