|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WindowLikeContainerFixture | |
---|---|
org.fest.swing.fixture | The power and flexibility of FEST-Swing come from the fixtures in this package. |
Uses of WindowLikeContainerFixture in org.fest.swing.fixture |
---|
Subinterfaces of WindowLikeContainerFixture in org.fest.swing.fixture | |
---|---|
interface |
FrameLikeFixture
Understands functional testing of frame-like components (not necessarily subclasses of ):
user input simulation
state verification
property value query
|
Classes in org.fest.swing.fixture that implement WindowLikeContainerFixture | |
---|---|
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
|
Methods in org.fest.swing.fixture that return WindowLikeContainerFixture | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |