Package | Description |
---|---|
org.fest.swing.finder |
Support for testing time-consuming tasks.
|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Method and Description |
---|---|
JOptionPaneFixture |
JOptionPaneFinder.using(Robot robot)
Finds a
by name or type. |
Modifier and Type | Method and Description |
---|---|
JOptionPaneFixture |
JOptionPaneFixture.click()
Simulates a user clicking this fixture's
. |
JOptionPaneFixture |
JOptionPaneFixture.click(MouseButton button)
Simulates a user clicking this fixture's
. |
JOptionPaneFixture |
JOptionPaneFixture.click(MouseClickInfo mouseClickInfo)
Simulates a user clicking this fixture's
. |
JOptionPaneFixture |
JOptionPaneFixture.doubleClick()
Simulates a user double-clicking this fixture's
. |
JOptionPaneFixture |
JOptionPaneFixture.focus()
Gives input focus to this fixture's
. |
JOptionPaneFixture |
ComponentContainerFixture.optionPane()
Returns the only
currently available (if any.) This method uses the value defined
in as the default lookup timeout. |
JOptionPaneFixture |
ContainerFixture.optionPane()
Returns the only
currently available (if any.) This method uses the value defined
in as the default lookup timeout. |
JOptionPaneFixture |
ComponentContainerFixture.optionPane(Timeout timeout)
Returns the only
currently available (if any.) |
JOptionPaneFixture |
ContainerFixture.optionPane(Timeout timeout)
Returns the only
currently available (if any.) |
JOptionPaneFixture |
JOptionPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JOptionPaneFixture |
JOptionPaneFixture.pressAndReleaseKeys(int... keyCodes)
Simulates a user pressing and releasing the given keys this fixture's
. |
JOptionPaneFixture |
JOptionPaneFixture.pressKey(int keyCode)
Simulates a user pressing the given key on this fixture's
. |
JOptionPaneFixture |
JOptionPaneFixture.releaseKey(int keyCode)
Simulates a user releasing the given key on this fixture's
. |
JOptionPaneFixture |
JOptionPaneFixture.requireDisabled()
Asserts that this fixture's
is disabled. |
JOptionPaneFixture |
JOptionPaneFixture.requireEnabled()
Asserts that this fixture's
is enabled. |
JOptionPaneFixture |
JOptionPaneFixture.requireEnabled(Timeout timeout)
Asserts that this fixture's
is enabled. |
JOptionPaneFixture |
JOptionPaneFixture.requireErrorMessage()
Asserts that this fixture's
is displaying an error message. |
JOptionPaneFixture |
JOptionPaneFixture.requireFocused()
Asserts that this fixture's
has input focus. |
JOptionPaneFixture |
JOptionPaneFixture.requireInformationMessage()
Asserts that this fixture's
is displaying an information
message. |
JOptionPaneFixture |
JOptionPaneFixture.requireMessage(Object message)
Asserts that the message of this fixture's
matches the given value. |
JOptionPaneFixture |
JOptionPaneFixture.requireMessage(Pattern pattern)
Asserts that the message of this fixture's
matches the given regular expression
pattern. |
JOptionPaneFixture |
JOptionPaneFixture.requireNotVisible()
Asserts that this fixture's
is not visible. |
JOptionPaneFixture |
JOptionPaneFixture.requireOptions(Object[] options)
Asserts that this fixture's
has the given options. |
JOptionPaneFixture |
JOptionPaneFixture.requirePlainMessage()
Asserts that this fixture's
is displaying a plain message. |
JOptionPaneFixture |
JOptionPaneFixture.requireQuestionMessage()
Asserts that this fixture's
is displaying a question. |
JOptionPaneFixture |
JOptionPaneFixture.requireTitle(Pattern pattern)
Asserts that the title of this fixture's
matches the given regular expression
pattern. |
JOptionPaneFixture |
JOptionPaneFixture.requireTitle(String title)
Asserts that the title of this fixture's
matches the given value. |
JOptionPaneFixture |
JOptionPaneFixture.requireVisible()
Asserts that this fixture's
is visible. |
JOptionPaneFixture |
JOptionPaneFixture.requireWarningMessage()
Asserts that this fixture's
is displaying a warning message. |
JOptionPaneFixture |
JOptionPaneFixture.rightClick()
Simulates a user right-clicking this fixture's
. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.