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