The goog.labs.testing.GreaterThanEqualToMatcher Class

goog.labs.testing.GreaterThanEqualToMatcher(value)

The GreaterThanEqualTo matcher.

value {number}
The value to compare.

.describe()

.matches()

Determines if the input value is greater than equal to the expected value.