Class TestRuntimeException

    • Constructor Detail

      • TestRuntimeException

        public TestRuntimeException()
        Constructs a test run-time exception without cause.
      • TestRuntimeException

        public TestRuntimeException​(String message)
        Constructs a test run-time exception with a message.
        Parameters:
        message - the message of this exception
      • TestRuntimeException

        public TestRuntimeException​(Throwable cause)
        Constructs a test run-time exception with a cause.
        Parameters:
        cause - the cause of this exception
    • Method Detail

      • isRecoverableException

        public static boolean isRecoverableException​(Throwable t)
        Parameters:
        t - a throwable to check
        Returns:
        true if specified exception is due to some temporary condition, for example element not rendered yet or value does not match expectation yet.