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

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

Uses of CommonComponentFixture in org.fest.swing.fixture
 

Classes in org.fest.swing.fixture that implement CommonComponentFixture
 class DialogFixture
          Understands functional testing of Dialogs: user input simulation state verification property value query
 class FrameFixture
          Understands functional testing of Frames: user input simulation state verification property value query
 class GenericComponentFixture<T extends Component>
          A generic component fixture providing basic keyboard and mouse input operations.
 class JButtonFixture
          Understands functional testing of JButtons: user input simulation state verification property value query
 class JCheckBoxFixture
          Understands functional testing of JCheckBoxes: user input simulation state verification property value query
 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 JFileChooserFixture
          Understands functional testing of JFileChoosers: user input simulation state verification property value query
 class JInternalFrameFixture
          Understands functional testing of JInternalFrames: user input simulation state verification property value query
 class JLabelFixture
          Understands functional testing of JLabels: user input simulation state verification property value query
 class JListFixture
          Understands functional testing of JLists: user input simulation state verification property value query The conversion between the values given in tests and the values being displayed by a JList renderer is performed by a JListCellReader.
 class JOptionPaneFixture
          Understands functional testing of JOptionPanes: user input simulation state verification property value query
 class JPanelFixture
          Understands functional testing of JPanels: user input simulation state verification property value query
 class JPopupMenuFixture
          Understands functional testing of JPopupMenus: user input simulation state verification property value query
 class JRadioButtonFixture
          Understands functional testing of JRadioButtons: user input simulation state verification property value query
 class JScrollBarFixture
          Understands functional testing of JScrollBars: user input simulation state verification property value query
 class JScrollPaneFixture
          Understands functional testing of JScrollPanes: user input simulation state verification property value query
 class JSliderFixture
          Understands functional testing of JSliders: user input simulation state verification property value query
 class JSpinnerFixture
          Understands functional testing of JSpinners: user input simulation state verification property value query
 class JSplitPaneFixture
          Understands functional testing of JSplitPanes: user input simulation state verification property value query
 class JTabbedPaneFixture
          Understands functional testing of JTabbedPanes: user input simulation state verification property value query
 class JTableFixture
          Understands functional testing of JTables: user input simulation state verification property value query The conversion between the values given in tests and the values being displayed by a JTable renderer is performed by a JTableCellReader.
 class JTextComponentFixture
          Understands functional testing of JTextComponents: user input simulation state verification property value query
 class JToggleButtonFixture
          Understands functional testing of JToggleButtons: user input simulation state verification property value query
 class JToolBarFixture
          Understands functional testing of JToolBars: user input simulation state verification property value query
 class JTreeFixture
          Understands functional testing of JTrees: user input simulation state verification property value query TreePaths can be specified using Strings.
 class WindowFixture<T extends Window>
          Understands functional testing of Windows: user input simulation state verification property value query
 



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