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 |
---|---|
ColorFixture |
ComponentFixture.background()
Returns a fixture that verifies the background color of this fixture's
. |
ColorFixture |
JTableCellFixture.background()
Returns a fixture that verifies the background color of this fixture's table cell.
|
ColorFixture |
JTableFixture.backgroundAt(TableCell cell)
Returns a fixture that verifies the background color of the given table cell.
|
ColorFixture |
ComponentFixture.foreground()
Returns a fixture that verifies the foreground color of this fixture's
. |
ColorFixture |
JTableCellFixture.foreground()
Returns a fixture that verifies the foreground color of this fixture's table cell.
|
ColorFixture |
JTableFixture.foregroundAt(TableCell cell)
Returns a fixture that verifies the foreground color of the given table cell.
|
ColorFixture |
ColorFixture.requireEqualTo(Color color)
Verifies that this fixture's
Color is equal to the given one. |
ColorFixture |
ColorFixture.requireEqualTo(String hexValue)
Verifies that this fixture's
Color is equal to the given color represented by the given hexadecimal
value (e.g. |
ColorFixture |
ColorFixture.requireNotEqualTo(Color color)
Verifies that this fixture's
Color is not equal to the given one. |
ColorFixture |
ColorFixture.requireNotEqualTo(String hexValue)
Verifies that this fixture's
Color is not equal to the given color represented by the given
hexadecimal value (e.g. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.