Package org.axonframework.test.matchers
package org.axonframework.test.matchers
-
ClassDescriptionFieldFilter implementation that accepts all Fields.A
BaseMatcherimplementation that first matches based onObject.equals(Object).Matches any empty collection.Matcher testing for object equality as perObject.equals(Object o)Matcher testing for exact classes.A matcher that will match if all the givenmatchersagainst the event in a list at their respective index.The FieldFilter indicates whether any given Field should be accepted for processing or not.FieldFilter implementation that rejects a given FieldListMatcher<T>Abstract implementation for matchers that use event-specific matchers to match against a list of items.A matcher that will match if all the givenmatchersmatch against at least one item in a given List.A matcher that will match if all the givenmatchersmatch against at least one item in a given List.Matcher that will match an Object if that object is aMapof which all keys-values pairs are equal to pairs of the expected instance.FieldFilter that delegates to an arbitrary number of other filters.Exception indicating that an error occurred that prevented successful execution of a matcher.Utility class containing static methods to obtain instances of (list)Matchers.FieldFilter implementation that only accepts non-static Fields.FieldFilter implementation that only accepts non-transient Fields.Matcher that matches against anullorvoidvalue.PayloadMatcher<T extends Message>Matcher that matches any message (e.g.Matches a list of Messages if the list of their payloads matches the given matcher.Matcher implementation that delegates the matching to a Predicate.A matcher that will match if all the givenmatcherseach match against an item that the previous matcher matched against.