Package org.axonframework.test.util
package org.axonframework.test.util
A collection of classes which may prove useful when testing Axon-based classes.
-
ClassDescriptionInterface towards a mechanism that replicates the behavior of a Command Handling component.Default implementation of the CallbackBehavior interface.Utility class for creating a description.MessageMonitorReport is responsible for maintaining a list of reports detailing the processing status of messages.Represents a report that provides details about the processing of a message.Represents a failure report indicating an error occurred during the processing of a message.Represents an ignored report, indicating that the processing of a message was bypassed or not handled.Represents a successful report indicating that a message has been processed successfully.CommandBus implementation that does not perform any actions on subscriptions or dispatched commands, but records them instead.A message monitor implementation that records the processing results of messages in the provided
MessageMonitorReportinstances.