|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JOptionPaneFixture | |
---|---|
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. |
Uses of JOptionPaneFixture in org.fest.swing.finder |
---|
Methods in org.fest.swing.finder that return JOptionPaneFixture | |
---|---|
JOptionPaneFixture |
JOptionPaneFinder.using(Robot robot)
Finds a by name or type. |
Uses of JOptionPaneFixture in org.fest.swing.fixture |
---|
Methods in org.fest.swing.fixture that return JOptionPaneFixture | |
---|---|
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 |
ContainerFixture.optionPane()
Returns the only currently available (if any.) |
JOptionPaneFixture |
ComponentContainerFixture.optionPane()
Returns the only currently available (if any.) |
JOptionPaneFixture |
ContainerFixture.optionPane(Timeout timeout)
Returns the only currently available (if any.) |
JOptionPaneFixture |
ComponentContainerFixture.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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |