Uses of Interface
org.fest.swing.fixture.TwoStateButtonFixture
Packages that use TwoStateButtonFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of TwoStateButtonFixture in org.fest.swing.fixture
Classes in org.fest.swing.fixture that implement TwoStateButtonFixtureModifier and TypeClassDescriptionclass
Understands functional testing of
es: user input simulation state verification property value queryJCheckBox
class
Understands functional testing of
s: user input simulation state verification property value queryJRadioButton
class
Understands functional testing of
s: user input simulation state verification property value queryJToggleButton
Methods in org.fest.swing.fixture that return TwoStateButtonFixtureModifier and TypeMethodDescriptionTwoStateButtonFixture.requireNotSelected()
Verifies that this fixture's
is not selected.JToggleButton
TwoStateButtonFixture.requireSelected()
Verifies that this fixture's
is selected.JToggleButton