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 TypeClassDescriptionclassUnderstands functional testing of single nodes, referenced by their paths, ins: user input simulation state verification property value queryJTreeclassUnderstands functional testing of single nodes, referenced by their row indices, ins: user input simulation state verification property value queryJTreeMethods 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.