public class StepInvocationException
extends org.testng.SkipException
| Constructor and Description |
|---|
StepInvocationException(java.lang.String message) |
StepInvocationException(java.lang.String message,
boolean isSkip) |
StepInvocationException(TestStep step,
java.lang.String message,
boolean isSkip) |
StepInvocationException(TestStep step,
java.lang.Throwable cause) |
StepInvocationException(TestStep step,
java.lang.Throwable cause,
boolean isSkip) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSkip() |
public StepInvocationException(java.lang.String message)
public StepInvocationException(java.lang.String message,
boolean isSkip)
message - public StepInvocationException(TestStep step, java.lang.String message, boolean isSkip)
public StepInvocationException(TestStep step, java.lang.Throwable cause)
message - cause - public StepInvocationException(TestStep step, java.lang.Throwable cause, boolean isSkip)
Copyright © 2000 Infostretch Corp.