The goog.labs.testing.ContainsStringMatcher Class

goog.labs.testing.ContainsStringMatcher(value)

The ContainsString matcher.

value {string}
The expected string.

.describe()

.matches()

Determines if input string contains the expected string.