Hello there
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>) {