Uses of Interface
org.fest.swing.cell.JComboBoxCellReader

Packages that use JComboBoxCellReader
org.fest.swing.driver Drivers that simulate user input on GUI Components. 
org.fest.swing.fixture The power and flexibility of FEST-Swing come from the fixtures in this package. 
 

Uses of JComboBoxCellReader in org.fest.swing.driver
 

Classes in org.fest.swing.driver that implement JComboBoxCellReader
 class BasicJComboBoxCellReader
          Understands the default implementation of JComboBoxCellReader.
 

Methods in org.fest.swing.driver with parameters of type JComboBoxCellReader
 void JComboBoxDriver.cellReader(JComboBoxCellReader newCellReader)
          Updates the implementation of JComboBoxCellReader to use when comparing internal values of a JComboBox and the values expected in a test.
 

Uses of JComboBoxCellReader in org.fest.swing.fixture
 

Methods in org.fest.swing.fixture with parameters of type JComboBoxCellReader
 JComboBoxFixture JComboBoxFixture.cellReader(JComboBoxCellReader cellReader)
          Updates the implementation of JComboBoxCellReader to use when comparing internal values of this fixture's JComboBox and the values expected in a test.
 



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