The goog.labs.testing.StartsWithMatcher Class

goog.labs.testing.StartsWithMatcher(value)

The StartsWith matcher.

value {string}
The expected string.

.describe()

.matches()

Determines if input string starts with the expected string.