|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColorFixture | |
|---|---|
| org.fest.swing.fixture | The power and flexibility of FEST-Swing come from the fixtures in this package. |
| Uses of ColorFixture in org.fest.swing.fixture |
|---|
| Methods in org.fest.swing.fixture that return ColorFixture | |
|---|---|
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. "82A9FF".) |
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. "82A9FF".) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||