Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FrameLikeFixture
Understands functional testing of frame-like components (not necessarily subclasses of
):
user input simulation
state verification
property value query
|
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
|
class |
JInternalFrameFixture
Understands functional testing of
s:
user input simulation
state verification
property value query
|
class |
WindowFixture<T extends Window>
Understands functional testing of
s:
user input simulation
state verification
property value query
|
Modifier and Type | Method and Description |
---|---|
WindowLikeContainerFixture |
WindowLikeContainerFixture.moveTo(Point p)
Simulates a user moving this fixture's window-like container to the given point.
|
WindowLikeContainerFixture |
WindowLikeContainerFixture.moveToBack()
Sends this fixture's window-like component to the back.
|
WindowLikeContainerFixture |
WindowLikeContainerFixture.moveToFront()
Brings this fixture's window-like component to the front.
|
WindowLikeContainerFixture |
WindowLikeContainerFixture.requireSize(Dimension size)
Asserts that the size of this fixture's window-like container is equal to given one.
|
WindowLikeContainerFixture |
WindowLikeContainerFixture.resizeHeightTo(int height)
Simulates a user resizing vertically this fixture's window-like container.
|
WindowLikeContainerFixture |
WindowLikeContainerFixture.resizeTo(Dimension size)
Simulates a user resizing this fixture's window-like container.
|
WindowLikeContainerFixture |
WindowLikeContainerFixture.resizeWidthTo(int width)
Simulates a user resizing horizontally this fixture's window-like container.
|
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.