Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.