Uses of Class
org.fest.swing.fixture.ColorFixture

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 Component.
 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 Component.
 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".)
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.