The goog.labs.testing.EqualToMatcher Class

goog.labs.testing.EqualToMatcher(value)

The EqualTo matcher.

value {number}
The value to compare.

.describe()

.matches()

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