Uses of Class
org.fest.assertions.data.RgbColor

Packages that use RgbColor
org.fest.assertions.data   
org.fest.assertions.error   
 

Uses of RgbColor in org.fest.assertions.data
 

Methods in org.fest.assertions.data that return RgbColor
static RgbColor RgbColor.color(int rgb)
          Creates a new RgbColor.
 

Methods in org.fest.assertions.data with parameters of type RgbColor
 boolean RgbColor.isEqualTo(RgbColor color, Offset<Integer> offset)
          Indicates whether the given RgbColor is equal to this one.
 

Uses of RgbColor in org.fest.assertions.error
 

Methods in org.fest.assertions.error with parameters of type RgbColor
static ErrorMessageFactory ShouldBeEqualColors.shouldBeEqualColors(RgbColor expected, RgbColor actual, Point point, Offset<?> offset)
          Creates a new ShouldBeEqualColors.
 



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