| Package | Description |
|---|---|
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Method and Description |
|---|---|
JSplitPaneFixture |
JSplitPaneFixture.moveDividerTo(int location)
Simulates a user moving the divider of this fixture's
JSplitPane. |
JSplitPaneFixture |
ComponentContainerFixture.splitPane()
Returns the
JSplitPane found in this fixture's Container. |
JSplitPaneFixture |
AbstractContainerFixture.splitPane() |
JSplitPaneFixture |
ComponentContainerFixture.splitPane(GenericTypeMatcher<? extends JSplitPane> matcher)
Finds a
JSplitPane in this fixture's Container, that matches the specified search criteria. |
JSplitPaneFixture |
AbstractContainerFixture.splitPane(GenericTypeMatcher<? extends JSplitPane> matcher) |
JSplitPaneFixture |
ComponentContainerFixture.splitPane(String name)
Finds a
JSplitPane in this fixture's Container, which name matches the specified one. |
JSplitPaneFixture |
AbstractContainerFixture.splitPane(String name) |
Copyright © 2014 AssertJ. All rights reserved.