|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TwoStateButtonFixture
Understands state verification of "two-state" buttons.
Method Summary | |
---|---|
TwoStateButtonFixture |
requireNotSelected()
Verifies that this fixture's is not selected. |
TwoStateButtonFixture |
requireSelected()
Verifies that this fixture's is selected. |
Method Detail |
---|
TwoStateButtonFixture requireSelected()
JToggleButton
is selected.
AssertionError
- if this fixture's JToggleButton
is not selected.TwoStateButtonFixture requireNotSelected()
JToggleButton
is not selected.
AssertionError
- if this fixture's JToggleButton
is selected.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |