Closure Library API Documentation
Go to class or file:
labs.testing.AllOfMatcher
Extends
The AllOf matcher.
Useful links
Source Code
Git
Inheritance
goog.labs.testing.AllOfMatcher
Constructor
goog.labs.testing.AllOfMatcher(
matchers
)
Parameters
matchers
:
!
Array
.<
!
goog.labs.testing.Matcher
>
Input matchers.
Instance Methods
Public
Protected
Private
Defined in
goog.labs.testing.AllOfMatcher
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
Defined in
goog.labs.testing.AllOfMatcher
matchers_
:
No description.
Code »
Package labs.testing
Package Reference