AxonFramework/extension-kotlin

Add Gateway extensions tests

sandjelkovic opened this issue · 0 comments

Extension functions on QueryGateway and CommandGateway are currently not tested. In addition to verifying that the correct method is being called with correct generic parameters, tests would also act as a small usage example.

For mocking MockK could be used.