public interface JTreeNodeFixture extends ItemFixture
JTrees:
| Modifier and Type | Method and Description |
|---|---|
JTreeNodeFixture |
collapse()
Simulates a user collapsing this fixture's tree node.
|
JTreeNodeFixture |
expand()
Simulates a user expanding this fixture's tree node.
|
drag, drop, select, showPopupMenu, valueclick, click, click, doubleClick, rightClickJTreeNodeFixture expand()
IllegalStateException - if the JTree is disabled.IllegalStateException - if the JTree is not showing on the screen.ActionFailedException - if this method fails to expand the row.JTreeNodeFixture collapse()
IllegalStateException - if the JTree is disabled.IllegalStateException - if the JTree is not showing on the screen.ActionFailedException - if this method fails to collapse the row.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.