| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract WindowFixture<T> |
WindowFinderTemplate.using(Robot robot)
Finds a window by name or type using the given robot.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DialogFixture
Understands functional testing of
s:
user input simulation
state verification
property value query
|
class |
FrameFixture
Understands functional testing of
s:
user input simulation
state verification
property value query
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract WindowFixture<T> |
WindowFixture.show()
Shows this fixture's
. |
protected abstract WindowFixture<T> |
WindowFixture.show(Dimension size)
Shows this fixture's
, resized to the given size. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.