labs.testing.GreaterThanMatcher Extends
The GreaterThan matcher.

Inheritance

Constructor

goog.labs.testing.GreaterThanMatcher(value)

Parameters

value : number
The value to compare.

Instance Methods

Public Protected Private
describe()
No description.
code »
matches()
Determines if input value is greater than the expected value.
code »

Instance Properties

value_ :
No description.
Code »

Package labs.testing

Package Reference