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

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

Uses of EditableComponentFixture in org.fest.swing.fixture
 

Subinterfaces of EditableComponentFixture in org.fest.swing.fixture
 interface TextInputFixture
          Understands simulation of user events on GUI components that accept text input from the user.
 

Classes in org.fest.swing.fixture that implement EditableComponentFixture
 class JComboBoxFixture
          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.
 class JTextComponentFixture
          Understands functional testing of JTextComponents: user input simulation state verification property value query
 

Methods in org.fest.swing.fixture that return EditableComponentFixture
 EditableComponentFixture EditableComponentFixture.requireEditable()
          Asserts that the GUI component is editable.
 EditableComponentFixture EditableComponentFixture.requireNotEditable()
          Asserts that the GUI component is not editable.
 



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