Closure Library API Documentation
Go to class or file:
labs.testing.EqualToMatcher
Extends
The EqualTo matcher.
Useful links
Source Code
Git
Inheritance
goog.labs.testing.EqualToMatcher
Constructor
goog.labs.testing.EqualToMatcher(
value
)
Parameters
value
:
number
The value to compare.
Instance Methods
Public
Protected
Private
Defined in
goog.labs.testing.EqualToMatcher
describe
()
No description.
code »
matches
()
Determines if the input value is equal to the expected value.
code »
Instance Properties
Defined in
goog.labs.testing.EqualToMatcher
value_
:
No description.
Code »
Package labs.testing
Package Reference