|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Condition
Represents a conditional statement.
Implementations may be used with Solo.waitForCondition(Condition, int).
| Method Summary | |
|---|---|
boolean |
isSatisfied()
Should do the necessary work needed to check a condition and then return whether this condition is satisfied or not. |
| Method Detail |
|---|
boolean isSatisfied()
true if condition is satisfied and false if it is not satisfied
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||