Class TestCaseReportResponse
java.lang.Object
org.odpi.openmetadata.conformance.rest.ConformanceServicesAPIResponse
org.odpi.openmetadata.conformance.rest.TestCaseReportResponse
- All Implemented Interfaces:
Serializable
TestCaseReportResponse defines the response structure that includes the results from a single test case.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructorTestCaseReportResponse
(TestCaseReportResponse template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionReturn the results from running a single test case.void
setTestCaseResult
(OpenMetadataTestCaseResult testCaseResult) Set up the results from running a single test case.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.conformance.rest.ConformanceServicesAPIResponse
equals, getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, getSuccessMessage, hashCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode, setSuccessMessage
-
Constructor Details
-
TestCaseReportResponse
public TestCaseReportResponse()Default constructor -
TestCaseReportResponse
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getTestCaseResult
Return the results from running a single test case.- Returns:
- results report
-
setTestCaseResult
Set up the results from running a single test case.- Parameters:
testCaseResult
- results report
-
toString
Standard toString method.- Overrides:
toString
in classConformanceServicesAPIResponse
- Returns:
- print out of variables in a JSON-style
-