The goog.labs.testing.EndsWithMatcher Class

goog.labs.testing.EndsWithMatcher(value)

The EndsWith matcher.

value {string}
The expected string.

.describe()

.matches()

Determines if input string ends with the expected string.