Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Method and Description |
---|---|
JTableHeaderFixture |
JTableHeaderFixture.clickColumn(int index)
Simulates a user clicking the column under the given index, in this fixture's
. |
JTableHeaderFixture |
JTableHeaderFixture.clickColumn(int index,
MouseClickInfo mouseClickInfo)
Simulates a user clicking the column under the given index, in this fixture's
,
using the given mouse button, the given number of times. |
JTableHeaderFixture |
JTableHeaderFixture.clickColumn(Pattern columnNamePattern)
Simulates a user clicking the column which name matches the given regular expression pattern, in this fixture's
. |
JTableHeaderFixture |
JTableHeaderFixture.clickColumn(Pattern columnNamePattern,
MouseClickInfo mouseClickInfo)
Simulates a user clicking the column which name matches the given regular expression pattern, in this fixture's
, using the given mouse button, the given number of times. |
JTableHeaderFixture |
JTableHeaderFixture.clickColumn(String columnName)
Simulates a user clicking the column which name matches the given value, in this fixture's
. |
JTableHeaderFixture |
JTableHeaderFixture.clickColumn(String columnName,
MouseClickInfo mouseClickInfo)
Simulates a user clicking the column which name matches the given one, in this fixture's
, using the given mouse button, the given number of times. |
JTableHeaderFixture |
JTableHeaderFixture.requireToolTip(Pattern pattern)
Asserts that the toolTip in this fixture's
matches the given regular expression
pattern. |
JTableHeaderFixture |
JTableHeaderFixture.requireToolTip(String expected)
Asserts that the toolTip in this fixture's
matches the given value. |
JTableHeaderFixture |
JTableFixture.tableHeader()
|
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.