The goog.labs.testing.AllOfMatcher Class

goog.labs.testing.AllOfMatcher(matchers)

The AllOf matcher.

matchers {!Array.<!goog.labs.testing.Matcher>}
Input matchers.

.describe()

Describes why the matcher failed. The returned string is a concatenation of all the failed matchers' error strings.

.matches()

Determines if all of the matchers match the input value.