Relative Content

Tag Archive for kotlintestingmockitoaxon

Mocking axon EventStore for Testing with TestFixture

Is it possible, to mock the event-store with Mockito in Axon for using in TestFixture?
If I run my Tests, I get an Assertion-Error, because no events get thrown. I assume, that I somehow must configure my mocked EventStore correctly.