Package | Description |
---|---|
org.fest.swing.data |
Simple (but useful) data structures.
|
org.fest.swing.driver |
Drivers that simulate user input on GUI
s. |
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Method and Description |
---|---|
static Index |
Index.atIndex(int value)
Creates a new
. |
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 © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.