|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.selenium.condition.Condition
com.thoughtworks.selenium.condition.Not
public class Not
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.
Constructor Summary | |
---|---|
Not(Condition positiveCondition)
|
Method Summary | |
---|---|
boolean |
isTrue(ConditionRunner.Context context)
|
Methods inherited from class com.thoughtworks.selenium.condition.Condition |
---|
getMessage, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Not(Condition positiveCondition)
Method Detail |
---|
public boolean isTrue(ConditionRunner.Context context)
isTrue
in class Condition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |