Class ScreenshotUtil


  • public final class ScreenshotUtil
    extends Object
    • Method Detail

      • isIgnoredException

        public static boolean isIgnoredException​(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