The goog.labs.testing.AnyOfMatcher Class

goog.labs.testing.AnyOfMatcher(matchers)

The AnyOf matcher.

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

.describe()

Describes why the matcher failed.

.matches()

Determines if any of the matchers matches the input value.