class NegatedAssertion

webdriver.testing.Assertion
  └ webdriver.testing.NegatedAssertion

An assertion that negates any applied matchers.

new NegatedAssertion(value)

Parameters
value*

The value to perform assertions on.

Instance Methods

apply(matcher, opt_message)code ยป

Overrides: webdriver.testing.Assertion

Parameters
matchergoog.labs.testing.Matcher
opt_messagestring=

Instance Properties

value*
No description.