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 |
---|---|
JPanelFixture |
JPanelFixture.click()
Simulates a user clicking this fixture's
. |
JPanelFixture |
JPanelFixture.click(MouseButton button)
Simulates a user clicking this fixture's
. |
JPanelFixture |
JPanelFixture.click(MouseClickInfo mouseClickInfo)
Simulates a user clicking this fixture's
. |
JPanelFixture |
JPanelFixture.doubleClick()
Simulates a user double-clicking this fixture's
. |
JPanelFixture |
JPanelFixture.focus()
Gives input focus to this fixture's
. |
JPanelFixture |
ComponentContainerFixture.panel()
|
JPanelFixture |
ContainerFixture.panel()
|
JPanelFixture |
ComponentContainerFixture.panel(GenericTypeMatcher<? extends JPanel> matcher)
|
JPanelFixture |
ContainerFixture.panel(GenericTypeMatcher<? extends JPanel> matcher)
|
JPanelFixture |
ComponentContainerFixture.panel(String name)
|
JPanelFixture |
ContainerFixture.panel(String name)
|
JPanelFixture |
JPanelFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JPanelFixture |
JPanelFixture.pressAndReleaseKeys(int... keyCodes)
Simulates a user pressing and releasing the given keys on the
managed by this
fixture. |
JPanelFixture |
JPanelFixture.pressKey(int keyCode)
Simulates a user pressing the given key on this fixture's
. |
JPanelFixture |
JPanelFixture.releaseKey(int keyCode)
Simulates a user releasing the given key on this fixture's
. |
JPanelFixture |
JPanelFixture.requireDisabled()
Asserts that this fixture's
is disabled. |
JPanelFixture |
JPanelFixture.requireEnabled()
Asserts that this fixture's
is enabled. |
JPanelFixture |
JPanelFixture.requireEnabled(Timeout timeout)
Asserts that this fixture's
is enabled. |
JPanelFixture |
JPanelFixture.requireFocused()
Asserts that this fixture's
has input focus. |
JPanelFixture |
JPanelFixture.requireNotVisible()
Asserts that this fixture's
is not visible. |
JPanelFixture |
JPanelFixture.requireToolTip(Pattern pattern)
Asserts that the toolTip in this fixture's
matches the given regular expression
pattern. |
JPanelFixture |
JPanelFixture.requireToolTip(String expected)
Asserts that the toolTip in this fixture's
matches the given value. |
JPanelFixture |
JPanelFixture.requireVisible()
Asserts that this fixture's
is visible. |
JPanelFixture |
JPanelFixture.rightClick()
Simulates a user right-clicking this fixture's
. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.