Uses of Class
org.fest.swing.fixture.JOptionPaneFixture
Packages that use JOptionPaneFixture
Package
Description
Support for testing time-consuming tasks.
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 -
Uses of JOptionPaneFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JOptionPaneFixtureModifier and TypeMethodDescriptionJOptionPaneFixture.click()
Simulates a user clicking this fixture's
.JOptionPane
JOptionPaneFixture.click
(MouseButton button) Simulates a user clicking this fixture's
.JOptionPane
JOptionPaneFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JOptionPane
JOptionPaneFixture.doubleClick()
Simulates a user double-clicking this fixture's
.JOptionPane
JOptionPaneFixture.focus()
Gives input focus to this fixture's
.JOptionPane
ComponentContainerFixture.optionPane()
Returns the only
currently available (if any.) This method uses the value defined inJOptionPane
as the default lookup timeout.ComponentContainerFixture.DEFAULT_DIALOG_LOOKUP_TIMEOUT
ComponentContainerFixture.optionPane
(Timeout timeout) Returns the only
currently available (if any.)JOptionPane
ContainerFixture.optionPane()
Returns the only
currently available (if any.) This method uses the value defined inJOptionPane
as the default lookup timeout.ComponentContainerFixture.DEFAULT_DIALOG_LOOKUP_TIMEOUT
ContainerFixture.optionPane
(Timeout timeout) Returns the only
currently available (if any.)JOptionPane
JOptionPaneFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JOptionPane
JOptionPaneFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys this fixture's
.JOptionPane
JOptionPaneFixture.pressKey
(int keyCode) Simulates a user pressing the given key on this fixture's
.JOptionPane
JOptionPaneFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.JOptionPane
JOptionPaneFixture.requireDisabled()
Asserts that this fixture's
is disabled.JOptionPane
JOptionPaneFixture.requireEnabled()
Asserts that this fixture's
is enabled.JOptionPane
JOptionPaneFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.JOptionPane
JOptionPaneFixture.requireErrorMessage()
Asserts that this fixture's
is displaying an error message.JOptionPane
JOptionPaneFixture.requireFocused()
Asserts that this fixture's
has input focus.JOptionPane
JOptionPaneFixture.requireInformationMessage()
Asserts that this fixture's
is displaying an information message.JOptionPane
JOptionPaneFixture.requireMessage
(Object message) Asserts that the message of this fixture's
matches the given value.JOptionPane
JOptionPaneFixture.requireMessage
(Pattern pattern) Asserts that the message of this fixture's
matches the given regular expression pattern.JOptionPane
JOptionPaneFixture.requireNotVisible()
Asserts that this fixture's
is not visible.JOptionPane
JOptionPaneFixture.requireOptions
(Object[] options) Asserts that this fixture's
has the given options.JOptionPane
JOptionPaneFixture.requirePlainMessage()
Asserts that this fixture's
is displaying a plain message.JOptionPane
JOptionPaneFixture.requireQuestionMessage()
Asserts that this fixture's
is displaying a question.JOptionPane
JOptionPaneFixture.requireTitle
(String title) Asserts that the title of this fixture's
matches the given value.JOptionPane
JOptionPaneFixture.requireTitle
(Pattern pattern) Asserts that the title of this fixture's
matches the given regular expression pattern.JOptionPane
JOptionPaneFixture.requireVisible()
Asserts that this fixture's
is visible.JOptionPane
JOptionPaneFixture.requireWarningMessage()
Asserts that this fixture's
is displaying a warning message.JOptionPane
JOptionPaneFixture.rightClick()
Simulates a user right-clicking this fixture's
.JOptionPane