Interface goog.labs.testing.Matcher
code »A matcher object to be used in assertThat statements.
Show:
Instance Methods
Global Functions
code »goog.labs.testing.Matcher.makeMatcher ( matchesFunction, opt_describeFunction ) ⇒ !Function
Generates a Matcher from the ‘matches’ and ‘describe’ functions passed in.
!Function