Uses of Interface
org.fest.swing.fixture.JTreeNodeFixture
Packages that use JTreeNodeFixture
Package
Description
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 JTreeNodeFixtureModifier and TypeClassDescriptionclass
Understands functional testing of single nodes, referenced by their paths, in
s: user input simulation state verification property value queryJTree
class
Understands functional testing of single nodes, referenced by their row indices, in
s: user input simulation state verification property value queryJTree
Methods in org.fest.swing.fixture that return JTreeNodeFixtureModifier and TypeMethodDescriptionJTreeNodeFixture.collapse()
Simulates a user collapsing this fixture's tree node.JTreeNodeFixture.expand()
Simulates a user expanding this fixture's tree node.JTreeFixture.node
(int row) Returns a fixture that manages the node specified by the given row.Returns a fixture that manages the node specified by the given path.