Uses of Class
org.fest.swing.fixture.JOptionPaneFixture

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



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.