| Name | Description | Type | Package | Framework |
| AllFieldsFilter | FieldFilter implementation that accepts all Fields. | Class | org.axonframework.test.matchers | 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 |
| 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 |
| 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 |
| 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 |