public interface CmisTestResult
Modifier and Type | Method and Description |
---|---|
List<CmisTestResult> |
getChildren()
Returns children of the result that contain more details.
|
Throwable |
getException()
Returns the exception if available.
|
String |
getGroupName()
Returns the group name.
|
String |
getMessage()
Returns the check message.
|
String |
getRequest()
Returns the request body if available.
|
String |
getResponse()
Returns the response body if available.
|
StackTraceElement[] |
getStackTrace()
Returns the stack trace.
|
CmisTestResultStatus |
getStatus()
Returns the check status.
|
String |
getTestName()
Returns the test name.
|
String |
getUrl()
Returns the URL of the request if available.
|
boolean |
isFatal()
Returns if the result was fatal for the test.
|
String getGroupName()
String getTestName()
CmisTestResultStatus getStatus()
String getMessage()
Throwable getException()
StackTraceElement[] getStackTrace()
String getUrl()
String getRequest()
String getResponse()
List<CmisTestResult> getChildren()
boolean isFatal()
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.