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

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

Uses of ItemFixture in org.fest.swing.fixture
 

Subinterfaces of ItemFixture in org.fest.swing.fixture
 interface JTreeNodeFixture
          Understands functional testing of single nodes in JTrees: user input simulation state verification property value query
 

Classes in org.fest.swing.fixture that implement ItemFixture
 class JListItemFixture
          Understands functional testing of single rows in JLists: user input simulation state verification property value query
 class JTableCellFixture
          Understands functional testing of single cells in JTables: user input simulation state verification property value query Example: // import static org.fest.swing.data.TableCell.row; JTableCellFixture cell = dialog.
 class JTreePathFixture
          Understands functional testing of single nodes, referenced by their paths, in JTrees: user input simulation state verification property value query
 class JTreeRowFixture
          Understands functional testing of single nodes, referenced by their row indices, in JTrees: user input simulation state verification property value query
 

Methods in org.fest.swing.fixture that return ItemFixture
 ItemFixture ItemFixture.drag()
          Simulates a user dragging this fixture's item.
 ItemFixture ItemFixture.drop()
          Simulates a user dropping into this fixture's item.
 ItemFixture ItemFixture.select()
          Simulates a user selecting this fixture's item.
 



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