goog.labs.testing.Matcher |
Describes why the matcher failed.
Arguments:
Returns: string
Description of why the matcher failed.
|
code » | |||
Determines whether a value matches the constraints of the match.
Arguments:
Returns: boolean
Whether the input value matches this matcher.
|
code » |
Generates a Matcher from the ?matches? and ?describe? functions passed in.
|
code » |