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
Components.
Time-related operations.
-
Uses of Condition in org.fest.swing.core
Subclasses of Condition in org.fest.swing.coreModifier and TypeClassDescriptionfinal classUnderstands a condition that is satisfied if a GUI component that matches certain search criteria can be found.classUnderstands athat 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) classUnderstands a condition that verifies that a component is enabled.(package private) classUnderstands a condition that verifies that the children of a node in aare displayed.JTreeclassUnderstands a condition that verifies that ais 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 booleanPause.areSatisfied(Condition[] conditions) private static voidstatic voidWaits until the given condition is satisfied.static voidWaits until the given conditions are satisfied.static voidWaits until the given conditions are satisfied.static voidWaits until the given conditions are satisfied.static voidWaits until the given condition is satisfied.static voidWaits until the given condition is satisfied.private static WaitTimedOutErrorPause.timeoutExpired(Condition condition) private static WaitTimedOutErrorPause.timeoutExpired(Condition[] conditions) private static void