| Package | Description |
|---|---|
| org.assertj.swing.data |
Data structures.
|
| org.assertj.swing.driver |
Component-specific test drivers. |
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Method and Description |
|---|---|
static Index |
Index.atIndex(int value)
Creates a new
Index. |
| Modifier and Type | Method and Description |
|---|---|
void |
JTabbedPaneDriver.requireTabTitle(JTabbedPane tabbedPane,
Pattern pattern,
Index index)
Asserts that the title of the tab at the given index matches the given regular expression pattern.
|
void |
JTabbedPaneDriver.requireTabTitle(JTabbedPane tabbedPane,
String title,
Index index)
Asserts that the title of the tab at the given index matches the given value.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2014 AssertJ. All rights reserved.