matcher.Any extends matcher.Matcher
Matches anything.
matcher.Any()
readonly Array matchingArgs
Array of recorded arguments that matches
matches() => Boolean
return Boolean
True. Always.
registerInvocation(Object arg) => Boolean
Checks if the given argument matches the matcher. If so, records the invocation.
[arg]
Object
The argument to be checked.
True iff the given argument is a match.