|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WindowFixture | |
---|---|
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. |
Uses of WindowFixture in org.fest.swing.finder |
---|
Methods in org.fest.swing.finder that return WindowFixture | |
---|---|
abstract WindowFixture<T> |
WindowFinderTemplate.using(Robot robot)
Finds a window by name or type using the given robot. |
Uses of WindowFixture in org.fest.swing.fixture |
---|
Subclasses of WindowFixture in org.fest.swing.fixture | |
---|---|
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
|
Methods in org.fest.swing.fixture that return WindowFixture | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |