S - used to simulate "self types." For more information please read "Emulating 'self types' using Java Generics to simplify fluent API implementation."public interface JTreeNodeFixture<S> extends ItemFixture<S>
JTrees| Modifier and Type | Method and Description |
|---|---|
S |
collapse()
Simulates a user collapsing this fixture's tree node.
|
S |
expand()
Simulates a user expanding this fixture's tree node.
|
drag, drop, select, showPopupMenu, valueclick, click, click, doubleClick, rightClick@Nonnull S 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.@Nonnull S 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 © 2014 AssertJ. All rights reserved.