net.thucydides.core
Class PendingStepException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.thucydides.core.PendingStepException
- All Implemented Interfaces:
- Serializable
public class PendingStepException
- 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 |
PendingStepException
public PendingStepException(String message)
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.