Uses of Class
org.fest.assertions.api.ImageAssert

Packages that use ImageAssert
org.fest.assertions.api   
 

Uses of ImageAssert in org.fest.assertions.api
 

Methods in org.fest.assertions.api that return ImageAssert
static ImageAssert Assertions.assertThat(BufferedImage actual)
          Creates a new instance of ImageAssert.
 ImageAssert ImageAssert.hasSize(Dimension expected)
          Verifies that the actual image has the given size.
 ImageAssert ImageAssert.isEqualTo(BufferedImage expected)
          Verifies that the actual image is equal to the given one.
 ImageAssert ImageAssert.isEqualTo(BufferedImage expected, Offset<Integer> offset)
          Verifies that the actual image is equal to the given one.
 ImageAssert ImageAssert.isNotEqualTo(BufferedImage other)
          Verifies that the actual value is not equal to the given one.
 ImageAssert ImageAssert.usingComparator(Comparator<?> customComparator)
           
 ImageAssert ImageAssert.usingDefaultComparator()
           
 



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