Package org.axonframework.test.utils

A collection of classes which may prove useful when testing Axon-based classes.

See:
          Description

Interface Summary
CallbackBehavior Interface towards a mechanism that replicates the behavior of a Command Handling component.
 

Class Summary
AutowiredResourceInjector Resource injector that uses setter methods to inject resources.
DefaultCallbackBehavior Default implementation of the CallbackBehavior interface.
RecordingCommandBus CommandBus implementation that does not perform any actions on subscriptions or dispatched commands, but records them instead.
 

Package org.axonframework.test.utils Description

A collection of classes which may prove useful when testing Axon-based classes.



Copyright © 2010-2016. All Rights Reserved.