Class TestCaseReportResponse

java.lang.Object
org.odpi.openmetadata.conformance.rest.ConformanceServicesAPIResponse
org.odpi.openmetadata.conformance.rest.TestCaseReportResponse
All Implemented Interfaces:
Serializable

public class TestCaseReportResponse extends ConformanceServicesAPIResponse
TestCaseReportResponse defines the response structure that includes the results from a single test case.
See Also:
  • Constructor Details

    • TestCaseReportResponse

      public TestCaseReportResponse()
      Default constructor
    • TestCaseReportResponse

      public TestCaseReportResponse(TestCaseReportResponse template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getTestCaseResult

      public OpenMetadataTestCaseResult getTestCaseResult()
      Return the results from running a single test case.
      Returns:
      results report
    • setTestCaseResult

      public void setTestCaseResult(OpenMetadataTestCaseResult testCaseResult)
      Set up the results from running a single test case.
      Parameters:
      testCaseResult - results report
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class ConformanceServicesAPIResponse
      Returns:
      print out of variables in a JSON-style