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