org.apache.chemistry.opencmis.tck
Interface CmisTestResult

All Known Implementing Classes:
CmisTestResultImpl

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

getGroupName

String getGroupName()
Returns the group name.


getTestName

String getTestName()
Returns the test name.


getStatus

CmisTestResultStatus getStatus()
Returns the check status.


getMessage

String getMessage()
Returns the check message.


getException

Throwable getException()
Returns the exception if available.


getStackTrace

StackTraceElement[] getStackTrace()
Returns the stack trace. The first element should point to check.


getUrl

String getUrl()
Returns the URL of the request if available.


getRequest

String getRequest()
Returns the request body if available.


getResponse

String getResponse()
Returns the response body if available.


getChildren

List<CmisTestResult> getChildren()
Returns children of the result that contain more details.


isFatal

boolean isFatal()
Returns if the result was fatal for the test.



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.