Uses of Class
org.fest.assertions.ImageAssert

Uses of ImageAssert in org.fest.assertions
 

Methods in org.fest.assertions that return ImageAssert
static ImageAssert Assertions.assertThat(BufferedImage actual)
          Creates a new instance of ImageAssert.
 ImageAssert ImageAssert.hasSize(Dimension expected)
          Verifies that the size of the actual image is equal to the given one.
 ImageAssert ImageAssert.isEqualTo(BufferedImage expected)
          Verifies that the actual image is equal to the given one.
 ImageAssert ImageAssert.isEqualTo(BufferedImage expected, Threshold threshold)
          Verifies that the actual image is equal to the given one.
 ImageAssert ImageAssert.isNotEqualTo(BufferedImage image)
          Verifies that the actual image is not equal to the given one.
 



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