Class IgnoredStepException

All Implemented Interfaces:
Serializable

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

    • IgnoredStepException

      public IgnoredStepException(String message)