Class InvocationMatcher

java.lang.Object
org.mockito.internal.invocation.InvocationMatcher
All Implemented Interfaces:
Serializable, DescribedInvocation, MatchableInvocation
Direct Known Subclasses:
StubbedInvocationMatcher

public class InvocationMatcher extends Object implements MatchableInvocation, DescribedInvocation, 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: