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 TypeInterfaceDescriptioninterfaceUnderstands functional testing of frame-like components (not necessarily subclasses of): user input simulation state verification property value queryFrameClasses in org.fest.swing.fixture that implement WindowLikeContainerFixtureModifier and TypeClassDescriptionclassUnderstands functional testing ofs: user input simulation state verification property value queryDialogclassUnderstands functional testing ofs: user input simulation state verification property value queryFrameclassUnderstands functional testing ofs: user input simulation state verification property value queryJInternalFrameclassWindowFixture<T extends Window>Understands functional testing ofs: user input simulation state verification property value queryWindowMethods 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.