| Package | Description |
|---|---|
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Method and Description |
|---|---|
JTabbedPaneFixture |
JTabbedPaneFixture.requireTabTitles(String... titles)
Asserts that the tabs of this fixture's
JTabbedPane have the given titles. |
JTabbedPaneFixture |
JTabbedPaneFixture.requireTitle(Pattern pattern,
Index index)
Asserts that the title of the tab at the given index matches the given regular expression pattern.
|
JTabbedPaneFixture |
JTabbedPaneFixture.requireTitle(String title,
Index index)
Asserts that the title of the tab at the given index matches the given value.
|
JTabbedPaneFixture |
JTabbedPaneFixture.selectTab(int index)
Simulates a user selecting the tab located at the given index.
|
JTabbedPaneFixture |
JTabbedPaneFixture.selectTab(Pattern pattern)
Simulates a user selecting the tab whose title matches the given regular expression pattern.
|
JTabbedPaneFixture |
JTabbedPaneFixture.selectTab(String title)
Simulates a user selecting the tab whose title matches the given value.
|
JTabbedPaneFixture |
ComponentContainerFixture.tabbedPane()
Returns a
JTabbedPane found in this fixture's Container. |
JTabbedPaneFixture |
AbstractContainerFixture.tabbedPane() |
JTabbedPaneFixture |
ComponentContainerFixture.tabbedPane(GenericTypeMatcher<? extends JTabbedPane> matcher)
Finds a
JTabbedPane in this fixture's Container, that matches the specified search criteria. |
JTabbedPaneFixture |
AbstractContainerFixture.tabbedPane(GenericTypeMatcher<? extends JTabbedPane> matcher) |
JTabbedPaneFixture |
ComponentContainerFixture.tabbedPane(String name)
Finds a
JTabbedPane in this fixture's Container, which name matches the specified one. |
JTabbedPaneFixture |
AbstractContainerFixture.tabbedPane(String name) |
Copyright © 2014 AssertJ. All rights reserved.