Package org.axonframework.test.fixture
package org.axonframework.test.fixture
-
ClassDescriptionFixture for testing Axon Framework application.Allow customizing the fixture setup.Interface describing the operations available on a test phase for testing Axon-based applications using a given-when-then pattern.Interface describing the operations available in the Given phase of the test fixture execution.Interface describing the initial setup phase of a test fixture.Interface describing the operations available in the Then phase of the test fixture execution.Operations available in the Then phase of the test fixture execution only if command was dispatched during the When phase.Operations available in the Then phase of the test fixture execution only if event was published during the When phase.AxonTestPhase.Then.Message<T extends AxonTestPhase.Then.Message<T>>Interface describing the operations available in the Then phase of the test fixture execution.Interface describing the operations available in the Then phase of the test fixture execution.Operations available in the Then phase of the test fixture execution only if no command or event was dispatched during the When phase.Interface describing the operations available in the When phase of the test fixture execution.When-phase specific for executing a
command.When-phase specific for publishing anevent.When-phase after no action in the When-phase.Helper class for validation of dispatched commands.ConfigurationEnhancer that registersRecordingEventStore,RecordingEventSinkandRecordingCommandBus.An CommandBus implementation recording all the commands that are dispatched.AnEventStoreimplementation recording all the events that arepublished.The reporter generates extensive human-readable reports of what the expected outcome of a test was, and what the actual results were.