Class InvocationMatcher

  • All Implemented Interfaces:
    java.io.Serializable, DescribedInvocation, MatchableInvocation
    Direct Known Subclasses:
    StubbedInvocationMatcher

    public class InvocationMatcher
    extends java.lang.Object
    implements MatchableInvocation, DescribedInvocation, java.io.Serializable
    In addition to all content of the invocation, the invocation matcher contains the argument matchers. Invocation matcher is used during verification and stubbing. In those cases, the user can provide argument matchers instead of 'raw' arguments. Raw arguments are converted to 'equals' matchers anyway.
    See Also:
    Serialized Form