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