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.JOptionPaneJOptionPaneFixture.click(MouseButton button) Simulates a user clicking this fixture's.JOptionPaneJOptionPaneFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JOptionPaneJOptionPaneFixture.doubleClick()Simulates a user double-clicking this fixture's.JOptionPaneJOptionPaneFixture.focus()Gives input focus to this fixture's.JOptionPaneComponentContainerFixture.optionPane()Returns the onlycurrently available (if any.) This method uses the value defined inJOptionPaneas the default lookup timeout.ComponentContainerFixture.DEFAULT_DIALOG_LOOKUP_TIMEOUTComponentContainerFixture.optionPane(Timeout timeout) Returns the onlycurrently available (if any.)JOptionPaneContainerFixture.optionPane()Returns the onlycurrently available (if any.) This method uses the value defined inJOptionPaneas the default lookup timeout.ComponentContainerFixture.DEFAULT_DIALOG_LOOKUP_TIMEOUTContainerFixture.optionPane(Timeout timeout) Returns the onlycurrently available (if any.)JOptionPaneJOptionPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JOptionPaneJOptionPaneFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys this fixture's.JOptionPaneJOptionPaneFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.JOptionPaneJOptionPaneFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JOptionPaneJOptionPaneFixture.requireDisabled()Asserts that this fixture'sis disabled.JOptionPaneJOptionPaneFixture.requireEnabled()Asserts that this fixture'sis enabled.JOptionPaneJOptionPaneFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JOptionPaneJOptionPaneFixture.requireErrorMessage()Asserts that this fixture'sis displaying an error message.JOptionPaneJOptionPaneFixture.requireFocused()Asserts that this fixture'shas input focus.JOptionPaneJOptionPaneFixture.requireInformationMessage()Asserts that this fixture'sis displaying an information message.JOptionPaneJOptionPaneFixture.requireMessage(Object message) Asserts that the message of this fixture'smatches the given value.JOptionPaneJOptionPaneFixture.requireMessage(Pattern pattern) Asserts that the message of this fixture'smatches the given regular expression pattern.JOptionPaneJOptionPaneFixture.requireNotVisible()Asserts that this fixture'sis not visible.JOptionPaneJOptionPaneFixture.requireOptions(Object[] options) Asserts that this fixture'shas the given options.JOptionPaneJOptionPaneFixture.requirePlainMessage()Asserts that this fixture'sis displaying a plain message.JOptionPaneJOptionPaneFixture.requireQuestionMessage()Asserts that this fixture'sis displaying a question.JOptionPaneJOptionPaneFixture.requireTitle(String title) Asserts that the title of this fixture'smatches the given value.JOptionPaneJOptionPaneFixture.requireTitle(Pattern pattern) Asserts that the title of this fixture'smatches the given regular expression pattern.JOptionPaneJOptionPaneFixture.requireVisible()Asserts that this fixture'sis visible.JOptionPaneJOptionPaneFixture.requireWarningMessage()Asserts that this fixture'sis displaying a warning message.JOptionPaneJOptionPaneFixture.rightClick()Simulates a user right-clicking this fixture's.JOptionPane