| Constructor and Description |
|---|
FailureMirror(Failure failure) |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription() |
String |
getMessage() |
Throwable |
getThrowable()
Try to deserialize the failure's cause.
|
String |
getThrowableClass() |
String |
getThrowableString() |
String |
getTrace() |
boolean |
isAssertionViolation() |
boolean |
isAssumptionViolation() |
boolean |
isErrorViolation() |
public FailureMirror(Failure failure)
public String getMessage()
public String getThrowableString()
public Description getDescription()
public String getTrace()
public Throwable getThrowable() throws ClassNotFoundException, IOException
ClassNotFoundExceptionIOExceptionpublic boolean isAssumptionViolation()
public boolean isAssertionViolation()
public boolean isErrorViolation()
public String getThrowableClass()
Copyright © 2011-2013 Carrot Search s.c.. All Rights Reserved.