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

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

Uses of JTreeNodeFixture in org.fest.swing.fixture
 

Classes in org.fest.swing.fixture that implement JTreeNodeFixture
 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 JTreeNodeFixture
 JTreeNodeFixture JTreeNodeFixture.collapse()
          Simulates a user collapsing this fixture's tree node.
 JTreeNodeFixture JTreeNodeFixture.expand()
          Simulates a user expanding this fixture's tree node.
 JTreeNodeFixture JTreeFixture.node(int row)
          Returns a fixture that manages the node specified by the given row.
 JTreeNodeFixture JTreeFixture.node(String path)
          Returns a fixture that manages the node specified by the given path.
 



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