Class PendingStepException

All Implemented Interfaces:
Serializable

public class PendingStepException extends RuntimeException
Exception thrown to indicate that a test cannot proceed and should be considered 'pending'. This will result in the test being marked as 'pending', as opposed to 'failing'.
See Also:
  • Constructor Details

    • PendingStepException

      public PendingStepException(String message)