Class ScreenshotUtil


  • public final class ScreenshotUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isIgnoredException​(java.lang.Throwable e)
      Checks if the exception should be ignored and not reported as a test case fail
      • Methods inherited from class java.lang.Object

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

      • isIgnoredException

        public static boolean isIgnoredException​(java.lang.Throwable e)
        Checks if the exception should be ignored and not reported as a test case fail
        Parameters:
        e - - the exception to check is it defined in ignored exceptions set
        Returns:
        boolean