Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.) |
Modifier and Type | Class and Description |
---|---|
class |
WaitForComponentToShowCondition
Understands a condition that verifies that a
is showing on the screen. |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.