ColorImageComparator, RoughImageComparator, StrictImageComparatorpublic interface ImageComparator
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
compare(java.awt.image.BufferedImage image1,
java.awt.image.BufferedImage image2) |
Should return true if images matches, false otherwise.
|