net.thucydides.core
Class IgnoredStepException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.thucydides.core.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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IgnoredStepException
public IgnoredStepException(String message)
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.