Class TestCaseListReportResponse

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

public class TestCaseListReportResponse extends ConformanceServicesAPIResponse
TestCaseListReportResponse defines the response structure that includes a list of test case results.
See Also:
  • Constructor Details

    • TestCaseListReportResponse

      public TestCaseListReportResponse()
      Default constructor
    • TestCaseListReportResponse

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

    • getTestCaseResults

      public List<OpenMetadataTestCaseResult> getTestCaseResults()
      Return the results from running a single test case.
      Returns:
      results report
    • setTestCaseResults

      public void setTestCaseResults(List<OpenMetadataTestCaseResult> testCaseResults)
      Set up the results from running a single test case.
      Parameters:
      testCaseResults - results report
    • toString

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