|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.test.selenium.waiting.Not
public abstract class Not
Opposite to Condition - you specify when desired conditions is not satisfied.
| Constructor Summary | |
|---|---|
Not()
|
|
| Method Summary | |
|---|---|
boolean |
isTrue()
Implementation of condition, which will not be satisfied. |
abstract boolean |
not()
This method has to be overridden to return condition which shouldn't be satisfied. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Not()
| Method Detail |
|---|
public final boolean isTrue()
isTrue in interface Conditionpublic abstract boolean not()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||