Namespace: webdriver.testing
class ContainsMatcher
- All implemented interfaces:
goog.labs.testing.Matcher
Accepts strins or array-like structures that contain value
.
new ContainsMatcher(value)
Parameters
- value
*
The value to check for.
Instance Methods
describe(actualValue, arg1)code »
Specified by: goog.labs.testing.Matcher