Uses of Interface
org.fest.swing.fixture.TwoStateButtonFixture

Packages that use TwoStateButtonFixture
org.fest.swing.fixture 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 TwoStateButtonFixture
 class JCheckBoxFixture
          Understands functional testing of JCheckBoxes: user input simulation state verification property value query
 class JRadioButtonFixture
          Understands functional testing of JRadioButtons: user input simulation state verification property value query
 class JToggleButtonFixture
          Understands functional testing of JToggleButtons: user input simulation state verification property value query
 

Methods in org.fest.swing.fixture that return TwoStateButtonFixture
 TwoStateButtonFixture TwoStateButtonFixture.requireNotSelected()
          Verifies that this fixture's JToggleButton is not selected.
 TwoStateButtonFixture TwoStateButtonFixture.requireSelected()
          Verifies that this fixture's JToggleButton is selected.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.