Uses of Class
org.fest.swing.timing.Condition
Packages that use Condition
Package
Description
Building blocks for all FEST-Swing fixtures.
Drivers that simulate user input on GUI
Component
s.
Time-related operations.
-
Uses of Condition in org.fest.swing.core
Subclasses of Condition in org.fest.swing.coreModifier and TypeClassDescriptionfinal class
Understands a condition that is satisfied if a GUI component that matches certain search criteria can be found.class
Understands a
that is evaluated in the event dispatch thread (EDT.)Condition
-
Uses of Condition in org.fest.swing.driver
Subclasses of Condition in org.fest.swing.driverModifier and TypeClassDescription(package private) class
Understands a condition that verifies that a component is enabled.(package private) class
Understands a condition that verifies that the children of a node in a
are displayed.JTree
class
Understands a condition that verifies that a
is showing on the screen.Component
-
Uses of Condition in org.fest.swing.timing
Methods in org.fest.swing.timing with parameters of type ConditionModifier and TypeMethodDescriptionprivate static boolean
Pause.areSatisfied
(Condition[] conditions) private static void
static void
Waits until the given condition is satisfied.static void
Waits until the given conditions are satisfied.static void
Waits until the given conditions are satisfied.static void
Waits until the given conditions are satisfied.static void
Waits until the given condition is satisfied.static void
Waits until the given condition is satisfied.private static WaitTimedOutError
Pause.timeoutExpired
(Condition condition) private static WaitTimedOutError
Pause.timeoutExpired
(Condition[] conditions) private static void