The goog.labs.testing.EqualsMatcher Class

goog.labs.testing.EqualsMatcher(value)

The Equals matcher.

value {string}
The expected string.

.describe()

.matches()

Determines if input string is equal to the expected string.