Axon Testing in Spring Environment, but Mock Spring Beans

Hello there :slight_smile:

I would like to unit-test my axon command and event-handling components. We are developing with Kotlin in a spring environment.

Is it possible, without integration-testing? Simply with the fixture?

@Component
class QualificationCommandHandler(val qualificationAggregateRepository: Repository<Qualification>) {