Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Class and Description |
---|---|
class |
JCheckBoxFixture
Understands functional testing of
es:
user input simulation
state verification
property value query
|
class |
JRadioButtonFixture
Understands functional testing of
s:
user input simulation
state verification
property value query
|
class |
JToggleButtonFixture
Understands functional testing of
s:
user input simulation
state verification
property value query
|
Modifier and Type | Method and Description |
---|---|
TwoStateButtonFixture |
TwoStateButtonFixture.requireNotSelected()
Verifies that this fixture's
is not selected. |
TwoStateButtonFixture |
TwoStateButtonFixture.requireSelected()
Verifies that this fixture's
is selected. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.