Class JComboBoxFixture

java.lang.Object
org.fest.swing.fixture.ComponentFixture<JComboBox>
org.fest.swing.fixture.JComboBoxFixture
All Implemented Interfaces:
ClientPropertyStorageFixture, CommonComponentFixture, EditableComponentFixture, FocusableComponentFixture, ItemGroupFixture, JComponentFixture, JPopupMenuInvokerFixture, KeyboardInputSimulationFixture, MouseInputSimulationFixture, StateVerificationFixture, ToolTipDisplayFixture

Understands functional testing of JComboBoxes:
  • user input simulation
  • state verification
  • property value query

The conversion between the values given in tests and the values being displayed by a JComboBox renderer is performed by a JComboBoxCellReader. This fixture uses a JComboBoxCellReader by default.