| Package | Description |
|---|---|
| org.assertj.swing.finder |
Utilities for finding
Components. |
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Method and Description |
|---|---|
JOptionPaneFixture |
JOptionPaneFinder.using(Robot robot)
Finds a
JOptionPane by name or type. |
| Modifier and Type | Method and Description |
|---|---|
JOptionPaneFixture |
ComponentContainerFixture.optionPane()
Returns the only
JOptionPane currently available (if any.) This method uses the value defined in
ComponentContainerFixture.defaultDialogLookupTimeout() as the default lookup timeout. |
JOptionPaneFixture |
AbstractContainerFixture.optionPane() |
JOptionPaneFixture |
ComponentContainerFixture.optionPane(Timeout timeout)
Returns the only
JOptionPane currently available (if any.) |
JOptionPaneFixture |
AbstractContainerFixture.optionPane(Timeout timeout) |
JOptionPaneFixture |
JOptionPaneFixture.requireErrorMessage()
Asserts that this fixture's
JOptionPane is displaying an error message. |
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.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.requireWarningMessage()
Asserts that this fixture's
JOptionPane is displaying a warning message. |
Copyright © 2014 AssertJ. All rights reserved.