Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Method and Description |
---|---|
JInternalFrameFixture |
JInternalFrameFixture.click()
Simulates a user clicking this fixture's
. |
JInternalFrameFixture |
JInternalFrameFixture.click(MouseButton button)
Simulates a user clicking this fixture's
. |
JInternalFrameFixture |
JInternalFrameFixture.click(MouseClickInfo mouseClickInfo)
Simulates a user clicking this fixture's
. |
JInternalFrameFixture |
JInternalFrameFixture.deiconify()
Simulates a user deiconifying this fixture's
. |
JInternalFrameFixture |
JInternalFrameFixture.doubleClick()
Simulates a user double-clicking this fixture's
. |
JInternalFrameFixture |
JInternalFrameFixture.focus()
Gives input focus to this fixture's
. |
JInternalFrameFixture |
JInternalFrameFixture.iconify()
Simulates a user iconifying this fixture's
. |
JInternalFrameFixture |
JInternalFrameFixture.maximize()
Simulates a user maximizing this fixture's
, deconifying it first if it is
iconified. |
JInternalFrameFixture |
JInternalFrameFixture.moveTo(Point p)
Simulates a user moving this fixture's
to the given point. |
JInternalFrameFixture |
JInternalFrameFixture.moveToBack()
Brings this fixture's
to the back. |
JInternalFrameFixture |
JInternalFrameFixture.moveToFront()
Brings this fixture's
to the front. |
JInternalFrameFixture |
JInternalFrameFixture.normalize()
Simulates a user normalizing this fixture's
, deconifying it first if it is
iconified. |
JInternalFrameFixture |
JInternalFrameFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JInternalFrameFixture |
JInternalFrameFixture.pressAndReleaseKeys(int... keyCodes)
Simulates a user pressing and releasing the given keys on this fixture's
. |
JInternalFrameFixture |
JInternalFrameFixture.pressKey(int keyCode)
Simulates a user pressing given key on this fixture's
. |
JInternalFrameFixture |
JInternalFrameFixture.releaseKey(int keyCode)
Simulates a user releasing the given key on this fixture's
. |
JInternalFrameFixture |
JInternalFrameFixture.requireDisabled()
Asserts that this fixture's
is disabled. |
JInternalFrameFixture |
JInternalFrameFixture.requireEnabled()
Asserts that this fixture's
is enabled. |
JInternalFrameFixture |
JInternalFrameFixture.requireEnabled(Timeout timeout)
Asserts that this fixture's
is enabled. |
JInternalFrameFixture |
JInternalFrameFixture.requireFocused()
Asserts that this fixture's
has input focus. |
JInternalFrameFixture |
JInternalFrameFixture.requireNotVisible()
Asserts that this fixture's
is not visible. |
JInternalFrameFixture |
JInternalFrameFixture.requireSize(Dimension size)
Asserts that the size of this fixture's
is equal to given one. |
JInternalFrameFixture |
JInternalFrameFixture.requireToolTip(Pattern pattern)
Asserts that the toolTip in this fixture's
matches the given regular expression
pattern. |
JInternalFrameFixture |
JInternalFrameFixture.requireToolTip(String expected)
Asserts that the toolTip in this fixture's
matches the given value. |
JInternalFrameFixture |
JInternalFrameFixture.requireVisible()
Asserts that this fixture's
is visible. |
JInternalFrameFixture |
JInternalFrameFixture.resizeHeightTo(int height)
Simulates a user resizing vertically this fixture's
. |
JInternalFrameFixture |
JInternalFrameFixture.resizeTo(Dimension size)
Simulates a user resizing this fixture's
. |
JInternalFrameFixture |
JInternalFrameFixture.resizeWidthTo(int width)
Simulates a user resizing horizontally this fixture's
. |
JInternalFrameFixture |
JInternalFrameFixture.rightClick()
Simulates a user right-clicking this fixture's
. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.