|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 s:
user input simulation
state verification
property value query
|
class |
JTreeRowFixture
Understands functional testing of single nodes, referenced by their row indices, in s:
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |