|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CmisTestResult
CMIS TCK Test Result.
Method Summary | |
---|---|
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. |
Method Detail |
---|
String getGroupName()
String getTestName()
CmisTestResultStatus getStatus()
String getMessage()
Throwable getException()
StackTraceElement[] getStackTrace()
String getUrl()
String getRequest()
String getResponse()
List<CmisTestResult> getChildren()
boolean isFatal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |