Uses of Class
org.assertj.swing.assertions.ImageAssert

Packages that use ImageAssert
org.assertj.swing.assertions   
 

Uses of ImageAssert in org.assertj.swing.assertions
 

Methods in org.assertj.swing.assertions 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, org.assertj.core.data.Offset<Integer> offset)
          Verifies that the actual image is equal to the given one.
 ImageAssert ImageAssert.isNotEqualTo(BufferedImage other)
           
 ImageAssert ImageAssert.usingComparator(Comparator<? super BufferedImage> customComparator)
           
 ImageAssert ImageAssert.usingDefaultComparator()
           
 



Copyright © 2014–2015 AssertJ. All rights reserved.