Returns a matcher that matches anything.
Returns: !goog.labs.testing.AnythingMatcher
A AnythingMatcher.
|
code » | |||
Returns a matcher with a customized description for the given matcher.
Arguments:
Returns: !goog.labs.testing.Matcher
The matcher with custom description.
|
code » | |||
Returnes any matcher that is passed to it (aids readability).
Arguments:
Returns: !goog.labs.testing.Matcher
The wrapped matcher.
|
code » |