| Package | Description |
|---|---|
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Method and Description |
|---|---|
JRadioButtonFixture |
ComponentContainerFixture.radioButton()
Returns a
JRadioButton found in this fixture's Container. |
JRadioButtonFixture |
AbstractContainerFixture.radioButton() |
JRadioButtonFixture |
ComponentContainerFixture.radioButton(GenericTypeMatcher<? extends JRadioButton> matcher)
Finds a
JRadioButton in this fixture's Container, that matches the specified search criteria. |
JRadioButtonFixture |
AbstractContainerFixture.radioButton(GenericTypeMatcher<? extends JRadioButton> matcher) |
JRadioButtonFixture |
ComponentContainerFixture.radioButton(String name)
Finds a
JRadioButton in this fixture's Container, which name matches the specified one. |
JRadioButtonFixture |
AbstractContainerFixture.radioButton(String name) |
Copyright © 2014 AssertJ. All rights reserved.