Uses of Class
org.fest.swing.driver.ComponentDriver
Packages that use ComponentDriver
Package
Description
Drivers that simulate user input on GUI
Components.
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of ComponentDriver in org.fest.swing.driver
Subclasses of ComponentDriver in org.fest.swing.driverModifier and TypeClassDescriptionclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.AbstractButtonclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.ContainerclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.DialogclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.FrameclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JAppletclassUnderstands functional testing ofes: user input simulation state verification property value query This class is intended for internal use only.JComboBoxclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JComponentclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JFileChooserclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JInternalFrameclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JLabelclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JListclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JMenuItemclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JOptionPaneclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JPopupMenuclassUnderstands functional testing ofs: state verification property value query This class is intended for internal use only.JProgressBarclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JScrollBarclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JScrollPaneclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JSliderclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JSpinnerclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JSplitPaneclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JTabbedPaneclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JTableclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JTableHeaderclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JTextComponentclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JToolBarclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.JTreeclassUnderstands functional testing ofs: user input simulation state verification property value query This class is intended for internal use only.Window -
Uses of ComponentDriver in org.fest.swing.fixture
Fields in org.fest.swing.fixture declared as ComponentDriverModifier and TypeFieldDescriptionprivate ComponentDriverGenericComponentFixture.driverDelegate for constructing and passing input operations to Robot.Methods in org.fest.swing.fixture that return ComponentDriverModifier and TypeMethodDescriptionprotected final ComponentDriverGenericComponentFixture.driver()Returns theused by this fixture.ComponentDriverMethods in org.fest.swing.fixture with parameters of type ComponentDriverModifier and TypeMethodDescriptionprotected final voidGenericComponentFixture.driver(ComponentDriver newDriver) Sets theto be used by this fixture.ComponentDriver(package private) static voidComponentFixture.validateNotNull(ComponentDriver driver) Constructors in org.fest.swing.fixture with parameters of type ComponentDriverModifierConstructorDescriptionGenericComponentFixture(Robot robot, ComponentDriver driver, T target) Creates a newusing a provided driver.GenericComponentFixture