Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.