Object ImageHelper
-
- All Implemented Interfaces:
public class ImageHelper
Класс с методом сравнения скриншотов
-
-
Field Summary
Fields Modifier and Type Field Description public final static ImageHelper
INSTANCE
-
Method Summary
Modifier and Type Method Description final static Unit
compareScreenshots(File file1, File file2, String message)
Метод сравнения скриншотов в формате png. -
-
Method Detail
-
compareScreenshots
final static Unit compareScreenshots(File file1, File file2, String message)
Метод сравнения скриншотов в формате png.
Если скриншоты не совпадают, строится изображение с разницей скриншотов (разница выделяется красным цветом, одинаковые области переводятся в оттенки серого). Вызывается метод Assert.failAndAccumulate.
- Parameters:
file1
- Первый скриншотfile2
- Второй скриншотmessage
- Описание сравнения.
-
-
-
-