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 ColorFixtureComponentFixture.background()Returns a fixture that verifies the background color of this fixture's.ComponentJTableCellFixture.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 ColorFixtureComponentFixture.foreground()Returns a fixture that verifies the foreground color of this fixture's.ComponentJTableCellFixture.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'sColoris equal to the given one.ColorFixture.requireEqualTo(String hexValue) Verifies that this fixture'sColoris equal to the given color represented by the given hexadecimal value (e.g.ColorFixture.requireNotEqualTo(Color color) Verifies that this fixture'sColoris not equal to the given one.ColorFixture.requireNotEqualTo(String hexValue) Verifies that this fixture'sColoris not equal to the given color represented by the given hexadecimal value (e.g.