org.netbeans.jemmy
public class TestCompletedException extends JemmyException
Constructor and Description |
---|
TestCompletedException(int st,
Exception ex)
Constructor.
|
TestCompletedException(int st,
String description)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getStatus()
Returns status.
|
getInnerException, getInnerThrowable, getObject, printStackTrace, printStackTrace, printStackTrace
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
public TestCompletedException(int st, Exception ex)
st
- Exit status.ex
- Exception provoked test failure.public TestCompletedException(int st, String description)
st
- Exit status.description
- Failure reason