Supports functional testing of {@code JTree}s.
{@code TreePath}s can be specified using {@code String}s. For example, for the following tree:
root | -- node1 | -- node1.1we can identify the node "node1.1" as follows:
root/node1/node1.1
The default path separator is "/". It can be changed by calling {@link #replaceSeparator(String)}.
The conversion between the values given in tests and the values being displayed by a {@code JTree} renderer isperformed by a {@link JTreeCellReader}. This fixture uses a {@link BasicJTreeCellReader} by default.
@author Keith Coughtrey @author Alex Ruiz @author Yvonne Wang @author Fabien Barbero
|
|
|
|
|
|