| Package | Description |
|---|---|
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Method and Description |
|---|---|
JButtonFixture |
JFileChooserFixture.approveButton()
Finds the "Approve" button in this fixture's
JFileChooser. |
JButtonFixture |
ComponentContainerFixture.button()
Returns a
JButton found in this fixture's Container. |
JButtonFixture |
AbstractContainerFixture.button() |
JButtonFixture |
ComponentContainerFixture.button(GenericTypeMatcher<? extends JButton> matcher)
Finds a
JButton in this fixture's Container, that matches the specified search criteria. |
JButtonFixture |
AbstractContainerFixture.button(GenericTypeMatcher<? extends JButton> matcher) |
JButtonFixture |
ComponentContainerFixture.button(String name)
Finds a
JButton in this fixture's Container, which name matches the specified one. |
JButtonFixture |
AbstractContainerFixture.button(String name) |
JButtonFixture |
JOptionPaneFixture.buttonWithText(Pattern pattern)
Finds and returns a fixture wrapping a button (this fixture's
JOptionPane) matching the given text. |
JButtonFixture |
JOptionPaneFixture.buttonWithText(String text)
Finds and returns a fixture wrapping a button (this fixture's
JOptionPane) matching the given text. |
JButtonFixture |
JOptionPaneFixture.cancelButton()
Returns a fixture wrapping the "Cancel" button in this fixture's
JOptionPane. |
JButtonFixture |
JFileChooserFixture.cancelButton()
Finds the "Cancel" button in this fixture's
JFileChooser. |
JButtonFixture |
JOptionPaneFixture.noButton()
Returns a fixture wrapping the "No" button in this fixture's
JOptionPane. |
JButtonFixture |
JOptionPaneFixture.okButton()
Returns a fixture wrapping the "OK" button in this fixture's
JOptionPane. |
JButtonFixture |
JOptionPaneFixture.yesButton()
Returns a fixture wrapping the "Yes" button in this fixture's
JOptionPane. |
Copyright © 2014 AssertJ. All rights reserved.