Uses of Package
org.axonframework.test.fixture
Packages that use org.axonframework.test.fixture
-
Classes in org.axonframework.test.fixture used by org.axonframework.test.fixtureClassDescriptionFixture for testing Axon Framework application.Allow customizing the fixture setup.Interface describing the operations available in the Given phase of the test fixture execution.Interface describing the initial setup phase of a test fixture.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.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.An CommandBus implementation recording all the commands that are dispatched.