Uses of Interface
org.fest.swing.fixture.WindowLikeContainerFixture
Packages that use WindowLikeContainerFixture
Package
Description
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.fixtureModifier and TypeInterfaceDescriptioninterface
Understands functional testing of frame-like components (not necessarily subclasses of
): user input simulation state verification property value queryFrame
Classes in org.fest.swing.fixture that implement WindowLikeContainerFixtureModifier and TypeClassDescriptionclass
Understands functional testing of
s: user input simulation state verification property value queryDialog
class
Understands functional testing of
s: user input simulation state verification property value queryFrame
class
Understands functional testing of
s: user input simulation state verification property value queryJInternalFrame
class
WindowFixture<T extends Window>
Understands functional testing of
s: user input simulation state verification property value queryWindow
Methods in org.fest.swing.fixture that return WindowLikeContainerFixtureModifier and TypeMethodDescriptionSimulates a user moving this fixture's window-like container to the given point.WindowLikeContainerFixture.moveToBack()
Sends this fixture's window-like component to the back.WindowLikeContainerFixture.moveToFront()
Brings this fixture's window-like component to the front.WindowLikeContainerFixture.requireSize
(Dimension size) Asserts that the size of this fixture's window-like container is equal to given one.WindowLikeContainerFixture.resizeHeightTo
(int height) Simulates a user resizing vertically this fixture's window-like container.Simulates a user resizing this fixture's window-like container.WindowLikeContainerFixture.resizeWidthTo
(int width) Simulates a user resizing horizontally this fixture's window-like container.