Package org.axonframework.test.matchers


package org.axonframework.test.matchers
  • Class
    Description
    FieldFilter implementation that accepts all Fields.
    A BaseMatcher implementation that first matches based on Object.equals(Object).
    Matches any empty collection.
    Matcher that will match an Object if all the fields on that Object contain values equal to the same field in the expected instance.
    Matcher testing for object equality as per Object.equals(Object o)
    Matcher testing for exact classes.
    A matcher that will match if all the given matchers against 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 Field
    Abstract implementation for matchers that use event-specific matchers to match against a list of items.
    A matcher that will match if all the given matchers match against at least one item in a given List.
    A matcher that will match if all the given matchers match against at least one item in a given List.
    Matcher that will match an Object if that object is a Map of 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 a null or void value.
    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 given matchers each match against an item that the previous matcher matched against.