com.thoughtworks.selenium.condition
Class Not
java.lang.Object
com.thoughtworks.selenium.condition.Condition
com.thoughtworks.selenium.condition.Not
public class Not
- extends Condition
Simple predicate class, which also knows how to wait for its condition to be true.
Used by Selenium tests. A "Not" is the inverse of any other Condition.
Not
public Not(Condition positiveCondition)
isTrue
public boolean isTrue(ConditionRunner.Context context)
- Specified by:
isTrue
in class Condition
Copyright © 2011. All Rights Reserved.