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

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

Uses of ClientPropertyStorageFixture in org.fest.swing.fixture
 

Subinterfaces of ClientPropertyStorageFixture in org.fest.swing.fixture
 interface JComponentFixture
          Understands functional testing of JComponents: user input simulation state verification property value query
 

Classes in org.fest.swing.fixture that implement ClientPropertyStorageFixture
 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 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 JPanelFixture
          Understands functional testing of JPanels: user input simulation state verification property value query
 class JProgressBarFixture
          Understands functional testing of JProgressBars: 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 JTableHeaderFixture
          Understands functional testing of JTableHeaders: user input simulation state verification property value query
 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.
 



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