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

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

Uses of Point in org.fest.assertions.data
 

Methods in org.fest.assertions.data that return Point
static Point Point.atPoint(int x, int y)
          Creates a new Point.
 

Uses of Point in org.fest.assertions.error
 

Methods in org.fest.assertions.error with parameters of type Point
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.