labs.testing.AllOfMatcher Extends
The AllOf matcher.

Inheritance

Constructor

goog.labs.testing.AllOfMatcher(matchers)

Parameters

matchers : !Array.<!goog.labs.testing.Matcher>
Input matchers.

Instance Methods

Public Protected Private
describe()
Describes why the matcher failed. The returned string is a concatenation of all the failed matchers' error strings.
code »
matches()
Determines if all of the matchers match the input value.
code »

Instance Properties

matchers_ :
No description.
Code »

Package labs.testing

Package Reference