I have a small project up and running with Aggregates that have Spring dependencies. With some effort I figured out how to write unittests using the Spring JUnit runner, and I can see that they are loaded and injected just fine.
The reason I write, is that I would like to use the nice GivenWhenThen fixtures to test my code without a full spring context. How do I get the axon test framework to inject my Mockito dependencies when loading the aggregates?
/Mads