Object ImageHelper

  • All Implemented Interfaces:

    
    public class ImageHelper
    
                        

    Класс с методом сравнения скриншотов

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static ImageHelper INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Unit compareScreenshots(File file1, File file2, String message) Метод сравнения скриншотов в формате png.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • compareScreenshots

         final static Unit compareScreenshots(File file1, File file2, String message)

        Метод сравнения скриншотов в формате png.

        Если скриншоты не совпадают, строится изображение с разницей скриншотов (разница выделяется красным цветом, одинаковые области переводятся в оттенки серого). Вызывается метод Assert.failAndAccumulate.

        Parameters:
        file1 - Первый скриншот
        file2 - Второй скриншот
        message - Описание сравнения.