|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentDriver | |
---|---|
org.fest.swing.driver |
Drivers that simulate user input on GUI s. |
org.fest.swing.fixture | 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.driver | |
---|---|
class |
AbstractButtonDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
ContainerDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
DialogDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
FrameDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JAppletDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JComboBoxDriver
Understands functional testing of es:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JComponentDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JFileChooserDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JInternalFrameDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JLabelDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JListDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JMenuItemDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JOptionPaneDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JPopupMenuDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JProgressBarDriver
Understands functional testing of s:
state verification
property value query
This class is intended for internal use only. |
class |
JScrollBarDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JScrollPaneDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JSliderDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JSpinnerDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JSplitPaneDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JTabbedPaneDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JTableDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JTableHeaderDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JTextComponentDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JToolBarDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
JTreeDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
class |
WindowDriver
Understands functional testing of s:
user input simulation
state verification
property value query
This class is intended for internal use only. |
Uses of ComponentDriver in org.fest.swing.fixture |
---|
Methods in org.fest.swing.fixture that return ComponentDriver | |
---|---|
protected ComponentDriver |
GenericComponentFixture.driver()
Returns the used by this fixture. |
Methods in org.fest.swing.fixture with parameters of type ComponentDriver | |
---|---|
protected void |
GenericComponentFixture.driver(ComponentDriver newDriver)
Sets the to be used by this fixture. |
protected static void |
ComponentFixture.validateNotNull(ComponentDriver driver)
Validates that the given is not null . |
Constructors in org.fest.swing.fixture with parameters of type ComponentDriver | |
---|---|
GenericComponentFixture(Robot robot,
ComponentDriver driver,
T target)
Creates a new using a provided driver. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |