Namespace webdriver.testing.asserts
code »Show:
Global Functions
code »webdriver.testing.asserts.assertThat ( failureMessageOrActualValue, actualValueOrMatcher, opt_matcher ) ⇒ !webdriver.promise.Promise
Deprecated: Use webdriver.testing.asserts.assert instead.Asserts that a matcher accepts a given value. This function has two
signatures based on the number of arguments:
Two arguments:
assertThat(actualValue, matcher)
Three arguments:
assertThat(failureMessage, actualValue, matcher)
!webdriver.promise.Promise
Parameters |
---|
|
Returns |
|
code »webdriver.testing.asserts.equalTo ( expected ) ⇒ !goog.labs.testing.Matcher
Creates an equality matcher.
!goog.labs.testing.Matcher
Parameters |
---|
|
Returns |
|