Matches a string containing the given string.
Arguments:
Returns: !goog.labs.testing.ContainsStringMatcher
A
ContainsStringMatcher.
|
code » | ||
Matches a string that ends with the given string.
Arguments:
Returns: !goog.labs.testing.EndsWithMatcher
A
EndsWithMatcher.
|
code » | ||
Matches a string that equals (ignoring whitespace) the given string.
Arguments:
Returns: !goog.labs.testing.EqualToIgnoringWhitespaceMatcher
A
EqualToIgnoringWhitespaceMatcher.
|
code » | ||
Matches a string that equals the given string.
Arguments:
Returns: !goog.labs.testing.EqualsMatcher
A EqualsMatcher.
|
code » | ||
Matches a string against a regular expression.
Arguments:
Returns: !goog.labs.testing.RegexMatcher
A RegexMatcher.
|
code » | ||
Matches a string that starts with the given string.
Arguments:
Returns: !goog.labs.testing.StartsWithMatcher
A
StartsWithMatcher.
|
code » | ||
Matches a string that contains the given strings in order.
Returns: !goog.labs.testing.StringContainsInOrderMatcher
A
StringContainsInOrderMatcher.
|
code » |