Closure Library API Documentation
Go to class or file:
labs.testing.AnyOfMatcher
Extends
The AnyOf matcher.
Useful links
Source Code
Git
Inheritance
goog.labs.testing.AnyOfMatcher
Constructor
goog.labs.testing.AnyOfMatcher(
matchers
)
Parameters
matchers
:
!
Array
.<
!
goog.labs.testing.Matcher
>
Input matchers.
Instance Methods
Public
Protected
Private
Defined in
goog.labs.testing.AnyOfMatcher
describe
()
Describes why the matcher failed.
code »
matches
()
Determines if any of the matchers matches the input value.
code »
Instance Properties
Defined in
goog.labs.testing.AnyOfMatcher
matchers_
:
No description.
Code »
Package labs.testing
Package Reference