Package | Description |
---|---|
org.fest.swing.core |
Building blocks for all FEST-Swing fixtures.
|
org.fest.swing.driver |
Drivers that simulate user input on GUI
s. |
org.fest.swing.finder |
Support for testing time-consuming tasks.
|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
org.fest.swing.testing |
Support for writing test classes.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicRobot
Understands simulation of user events on a GUI
. |
Modifier and Type | Method and Description |
---|---|
static Robot |
BasicRobot.robotWithCurrentAwtHierarchy()
Creates a new
that has access to all the GUI components in the AWT hierarchy. |
static Robot |
BasicRobot.robotWithNewAwtHierarchy()
Creates a new
with a new AWT hierarchy. |
Modifier and Type | Method and Description |
---|---|
static void |
Scrolling.scrollToVisible(Robot robot,
JComponent c)
Scrolls a
into view within a container. |
Constructor and Description |
---|
ComponentDragAndDrop(Robot robot)
Creates a new
ComponentDragAndDrop . |
Modifier and Type | Field and Description |
---|---|
protected Robot |
AbstractJTableCellWriter.robot |
protected Robot |
ComponentDriver.robot |
Modifier and Type | Method and Description |
---|---|
static void |
Scrolling.scrollToVisible(Robot robot,
JComponent c)
Deprecated.
Scrolls a
into view within a container. |
Modifier and Type | Method and Description |
---|---|
protected T |
ComponentFinderTemplate.findComponentWith(Robot robot)
Finds the component using either by name or type.
|
JOptionPaneFixture |
JOptionPaneFinder.using(Robot robot)
Finds a
by name or type. |
abstract WindowFixture<T> |
WindowFinderTemplate.using(Robot robot)
Finds a window by name or type using the given robot.
|
JFileChooserFixture |
JFileChooserFinder.using(Robot robot)
Finds a
by name or type. |
abstract ComponentFixture<T> |
ComponentFinderTemplate.using(Robot robot)
Finds a component by name or type using the given robot.
|
FrameFixture |
FrameFinder.using(Robot robot)
Finds a
by name or type. |
DialogFixture |
DialogFinder.using(Robot robot)
Finds a
by name or type. |
Modifier and Type | Field and Description |
---|---|
Robot |
ComponentFixture.robot
Performs simulation of user events on
|
Modifier and Type | Method and Description |
---|---|
static Robot |
ComponentFixtureValidator.notNullRobot(Robot robot)
Verifies that the given
is not null . |
Modifier and Type | Method and Description |
---|---|
abstract F |
ComponentFixtureExtension.createFixture(Robot robot,
Container root)
Creates a new
. |
static Robot |
ComponentFixtureValidator.notNullRobot(Robot robot)
Verifies that the given
is not null . |
Modifier and Type | Method and Description |
---|---|
protected Robot |
FestSwingTestCaseTemplate.robot()
Returns this test's
. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.