Uses of Class
org.fest.swing.fixture.ColorFixture
Packages that use ColorFixture
Package
Description
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 ColorFixtureModifier and TypeMethodDescriptionfinal ColorFixture
ComponentFixture.background()
Returns a fixture that verifies the background color of this fixture's
.Component
JTableCellFixture.background()
Returns a fixture that verifies the background color of this fixture's table cell.JTableFixture.backgroundAt
(TableCell cell) Returns a fixture that verifies the background color of the given table cell.final ColorFixture
ComponentFixture.foreground()
Returns a fixture that verifies the foreground color of this fixture's
.Component
JTableCellFixture.foreground()
Returns a fixture that verifies the foreground color of this fixture's table cell.JTableFixture.foregroundAt
(TableCell cell) Returns a fixture that verifies the foreground color of the given table cell.ColorFixture.requireEqualTo
(Color color) Verifies that this fixture'sColor
is equal to the given one.ColorFixture.requireEqualTo
(String hexValue) Verifies that this fixture'sColor
is equal to the given color represented by the given hexadecimal value (e.g.ColorFixture.requireNotEqualTo
(Color color) Verifies that this fixture'sColor
is not equal to the given one.ColorFixture.requireNotEqualTo
(String hexValue) Verifies that this fixture'sColor
is not equal to the given color represented by the given hexadecimal value (e.g.