|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |