public static final class JkTestResult.JkFailure
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.StackTraceElement[] |
getStackTraces() |
JkTestResult.JkTestIdentifier |
getTestId() |
java.lang.String |
getThrowableClassname() |
java.lang.String |
getThrowableMessage() |
boolean |
isAssertionFailure() |
static JkTestResult.JkFailure |
of(JkTestResult.JkTestIdentifier testId,
java.lang.String throwableClassname,
java.lang.String throwableMessage,
java.lang.StackTraceElement[] stacktraces) |
java.lang.String |
toString() |
public static JkTestResult.JkFailure of(JkTestResult.JkTestIdentifier testId, java.lang.String throwableClassname, java.lang.String throwableMessage, java.lang.StackTraceElement[] stacktraces)
public JkTestResult.JkTestIdentifier getTestId()
public java.lang.String getThrowableClassname()
public boolean isAssertionFailure()
public java.lang.String getThrowableMessage()
public java.lang.StackTraceElement[] getStackTraces()
public java.lang.String toString()
toString
in class java.lang.Object