labs.testing.AnyOfMatcher Extends
The AnyOf matcher.

Inheritance

Constructor

goog.labs.testing.AnyOfMatcher(matchers)

Parameters

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

Instance Methods

Public Protected Private
describe()
Describes why the matcher failed.
code »
matches()
Determines if any of the matchers matches the input value.
code »

Instance Properties

matchers_ :
No description.
Code »

Package labs.testing

Package Reference