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