Uses of Class
org.fest.swing.driver.AbstractButtonDriver

Packages that use AbstractButtonDriver
org.fest.swing.fixture The power and flexibility of FEST-Swing come from the fixtures in this package. 
 

Uses of AbstractButtonDriver in org.fest.swing.fixture
 

Methods in org.fest.swing.fixture with parameters of type AbstractButtonDriver
protected  void JButtonFixture.driver(AbstractButtonDriver newDriver)
          Sets the AbstractButtonDriver to be used by this fixture.
protected  void JCheckBoxFixture.driver(AbstractButtonDriver newDriver)
          Sets the AbstractButtonDriver to be used by this fixture.
protected  void JRadioButtonFixture.driver(AbstractButtonDriver newDriver)
          Sets the AbstractButtonDriver to be used by this fixture.
protected  void JToggleButtonFixture.driver(AbstractButtonDriver newDriver)
          Sets the AbstractButtonDriver to be used by this fixture.
 



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