|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Condition | |
---|---|
org.fest.swing.core | Building blocks for all FEST-Swing fixtures. |
org.fest.swing.driver |
Drivers that simulate user input on GUI s. |
org.fest.swing.timing | Time-related operations. |
Uses of Condition in org.fest.swing.core |
---|
Subclasses of Condition in org.fest.swing.core | |
---|---|
class |
ComponentFoundCondition
Understands a condition that is satisfied if a GUI component that matches certain search criteria can be found. |
class |
EdtSafeCondition
Understands a that is evaluated in the event dispatch thread (EDT.) |
Uses of Condition in org.fest.swing.driver |
---|
Subclasses of Condition in org.fest.swing.driver | |
---|---|
class |
WaitForComponentToShowCondition
Understands a condition that verifies that a is showing on the screen. |
Uses of Condition in org.fest.swing.timing |
---|
Methods in org.fest.swing.timing with parameters of type Condition | |
---|---|
static void |
Pause.pause(Condition condition)
Waits until the given condition is satisfied. |
static void |
Pause.pause(Condition[] conditions)
Waits until the given conditions are satisfied. |
static void |
Pause.pause(Condition[] conditions,
long timeout)
Waits until the given conditions are satisfied. |
static void |
Pause.pause(Condition[] conditions,
Timeout timeout)
Waits until the given conditions are satisfied. |
static void |
Pause.pause(Condition condition,
long timeout)
Waits until the given condition is satisfied. |
static void |
Pause.pause(Condition condition,
Timeout timeout)
Waits until the given condition is satisfied. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |