Uses of Class
org.fest.swing.driver.ComponentDriver
Packages that use ComponentDriver
Package
Description
Drivers that simulate user input on GUI
Component
s.
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 TypeClassDescriptionclass
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.AbstractButton
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.Container
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.Dialog
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.Frame
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JApplet
class
Understands functional testing of
es: user input simulation state verification property value query This class is intended for internal use only.JComboBox
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JComponent
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JFileChooser
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JInternalFrame
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JLabel
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JList
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JMenuItem
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JOptionPane
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JPopupMenu
class
Understands functional testing of
s: state verification property value query This class is intended for internal use only.JProgressBar
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JScrollBar
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JScrollPane
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JSlider
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JSpinner
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JSplitPane
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JTabbedPane
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JTable
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JTableHeader
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JTextComponent
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JToolBar
class
Understands functional testing of
s: user input simulation state verification property value query This class is intended for internal use only.JTree
class
Understands functional testing of
s: 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 ComponentDriver
GenericComponentFixture.driver
Delegate for constructing and passing input operations to Robot.Methods in org.fest.swing.fixture that return ComponentDriverModifier and TypeMethodDescriptionprotected final ComponentDriver
GenericComponentFixture.driver()
Returns the
used by this fixture.ComponentDriver
Methods in org.fest.swing.fixture with parameters of type ComponentDriverModifier and TypeMethodDescriptionprotected final void
GenericComponentFixture.driver
(ComponentDriver newDriver) Sets the
to be used by this fixture.ComponentDriver
(package private) static void
ComponentFixture.validateNotNull
(ComponentDriver driver) Constructors in org.fest.swing.fixture with parameters of type ComponentDriverModifierConstructorDescriptionGenericComponentFixture
(Robot robot, ComponentDriver driver, T target) Creates a new
using a provided driver.GenericComponentFixture