| Name | Description | Type | Package | Framework |
| AllFieldsFilter | FieldFilter implementation that accepts all Fields. | Class | org.axonframework.test.matchers | Axon |
| AnnotatedSagaTestFixture | Fixture for testing Annotated Sagas based on events and time passing. | Class | org.axonframework.test.saga | Axon |
| AutowiredResourceInjector | Resource injector that uses setter methods to inject resources. | Class | org.axonframework.test.utils | Axon |
| AxonAssertionError | Error indication that an Assertion failed during a test case. | Class | org.axonframework.test | Axon |
| CallbackBehavior | Interface towards a mechanism that replicates the behavior of a Command Handling component. | Interface | org.axonframework.test.utils | Axon |
| CommandValidator | Helper class for validation of dispatched commands. | Class | org.axonframework.test.saga | Axon |
| ContinuedGivenState | Interface describing methods that can be executed after the first "given" state has been supplied. | Interface | org.axonframework.test.saga | Axon |
| DefaultCallbackBehavior | Default implementation of the CallbackBehavior interface. | Class | org.axonframework.test.utils | Axon |
| DescriptionUtils | Utility class for creating a description. | Class | org.axonframework.test.saga | Axon |
| EmptyCollectionMatcher | Matches any empty collection. | Class | org.axonframework.test.matchers | Axon |
| EqualFieldsMatcher | Matcher that will match an Object if all the fields on that Object contain values equal to the same field in theSince:1. | Class | org.axonframework.test.matchers | Axon |
| EventSchedulerValidator | Helper class for validating evets scheduled in a given event scheduler. | Class | org.axonframework.test.saga | Axon |
| EventValidator | Helper class for validating events published on a given EventBus. | Class | org.axonframework.test.saga | Axon |
| ExactSequenceMatcher | A matcher that will match if all the given matchers against the event in a list at their respective index. | Class | org.axonframework.test.matchers | Axon |
| FieldFilter | The FieldFilter indicates whether any given Field should be accepted for processing or not. | Interface | org.axonframework.test.matchers | Axon |
| FixtureConfiguration | Interface describing the operations available on a test fixture in the configuration stage. | Interface | org.axonframework.test | Axon |
| FixtureConfiguration | Interface describing action to perform on a Saga Test Fixture during the configuration phase. | Interface | org.axonframework.test.saga | Axon |
| FixtureExecutionException | Exception indicating that an error occurred that prevented successful execution of a test fixture. | Class | org.axonframework.test | Axon |
| FixtureExecutionResult | Interface towards an object that contains the results of a Fixture execution. | Interface | org.axonframework.test.saga | Axon |
| FixtureExecutionResultImpl | Default implementation of FixtureExecutionResult. | Class | org.axonframework.test.saga | Axon |
| FixtureResourceParameterResolverFactory | ParameterResolverFactory implementation that is aware of test-specific use cases. | Class | org.axonframework.test | Axon |
| Fixtures | Utility class providing access to fixture instances in the Axon Test module. | Class | org.axonframework.test | Axon |
| GivenAggregateEventPublisher | Interface to an object that publishes events on behalf of an aggregate. | Interface | org.axonframework.test.saga | Axon |
| GivenWhenThenTestFixture | A test fixture that allows the execution of given-when-then style test cases. | Class | org.axonframework.test | Axon |
| IgnoreField | FieldFilter implementation that rejects a given FieldSince:2. | Class | org.axonframework.test.matchers | Axon |
| ListMatcher | Abstract implementation for matchers that use event-specific matchers to match against a list of items. | Class | org.axonframework.test.matchers | Axon |
| ListWithAllOfMatcher | A matcher that will match if all the given matchers match against at least one item in a given List. | Class | org.axonframework.test.matchers | Axon |
| ListWithAnyOfMatcher | A matcher that will match if all the given matchers match against at least one item in a given List. | Class | org.axonframework.test.matchers | Axon |
| MatchAllFieldFilter | FieldFilter that delegates to an arbitrary number of other filters. | Class | org.axonframework.test.matchers | Axon |
| MatcherExecutionException | Exception indicating that an error occurred that prevented successful execution of a matcher. | Class | org.axonframework.test.matchers | Axon |
| Matchers | Utility class containing static methods to obtain instances of (List) Matchers. | Class | org.axonframework.test.matchers | Axon |
| NonTransientFieldsFilter | FieldFilter implementation that only accepts non-transient Fields. | Class | org.axonframework.test.matchers | Axon |
| NullOrVoidMatcher | Matcher that matches against a null or void value. | Class | org.axonframework.test.matchers | Axon |
| PayloadMatcher | Matcher that matches any message (e. | Class | org.axonframework.test.matchers | Axon |
| PayloadsMatcher | Matches a list of Messages if the list of their payloads matches the given matcher. | Class | org.axonframework.test.matchers | Axon |
| RecordingCommandBus | CommandBus implementation that does not perform any actions on subscriptions or dispatched commands, but records them instead. | Class | org.axonframework.test.utils | Axon |
| Reporter | The reporter generates extensive human readable reports of what the expected outcome of a test was, and what the actual results were. | Class | org.axonframework.test | Axon |
| RepositoryContentValidator | Helper class for the validation of Saga Repository content. | Class | org.axonframework.test.saga | Axon |
| ResultValidator | Interface describing the operations available on the "validate result" (a. | Interface | org.axonframework.test | Axon |
| ResultValidatorImpl | Class | org.axonframework.test | Axon | |
| ScheduledItem | Interface describing an event to be scheduled at a given date and time. | Interface | org.axonframework.test.eventscheduler | Axon |
| SequenceMatcher | A matcher that will match if all the given matchers each match against an item that the previous matcher matched against. | Class | org.axonframework.test.matchers | Axon |
| StubEventScheduler | EventScheduler implementation that uses it's own concept of "Current Time" for the purpose of testing. | Class | org.axonframework.test.eventscheduler | Axon |
| StubScheduleToken | ScheduleToken returned by the StubEventScheduler. | Class | org.axonframework.test.eventscheduler | Axon |
| TestExecutor | Interface describing the operations available on a test fixture in the execution stage. | Interface | org.axonframework.test | Axon |
| WhenAggregateEventPublisher | Interface to an object that publishes events on behalf of an aggregate. | Interface | org.axonframework.test.saga | Axon |
| WhenState | Interface providing an API to methods in the "when" state of the fixture execution. | Interface | org.axonframework.test.saga | Axon |