Test non event sourced aggregate

Hello,
Is it possible to test non event sourced aggregate with fixtures which are provided by axon?

Hi Lukas,

at the moment, no, it isn’t. The fixtures are really designed for use with Event Sourced Aggregates. You should be able to test your “Regular” aggregates using traditional unit tests.

Cheers,

Allard