Class ScreenshotUtil

java.lang.Object
io.fluentlenium.utils.ScreenshotUtil

public final class ScreenshotUtil extends Object
  • Method Details

    • 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