Class OpenMetadataTestCaseSummary

java.lang.Object
org.odpi.openmetadata.conformance.beans.OpenMetadataTestCaseSummary
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OpenMetadataTestCaseResult

public class OpenMetadataTestCaseSummary extends Object implements Serializable
OpenMetadataTestCaseSummary provides basic properties of a test case for use in reporting.
See Also:
  • Constructor Details

    • OpenMetadataTestCaseSummary

      public OpenMetadataTestCaseSummary()
      Default constructor
    • OpenMetadataTestCaseSummary

      public OpenMetadataTestCaseSummary(OpenMetadataTestCase testCase)
      Constructor to create a test case summary from a test case.
      Parameters:
      testCase - test case object.
  • Method Details

    • getTestCaseId

      public String getTestCaseId()
      Return the unique id of the test case.
      Returns:
      string id
    • setTestCaseId

      public void setTestCaseId(String testCaseId)
      Set up the unique id of the test case.
      Parameters:
      testCaseId - string id
    • getTestCaseName

      public String getTestCaseName()
      Return the name of the test case.
      Returns:
      string name
    • setTestCaseName

      public void setTestCaseName(String testCaseName)
      Set up the name of the test case.
      Parameters:
      testCaseName - string name
    • getTestCaseDescriptionURL

      public String getTestCaseDescriptionURL()
      Return the URL that links to the test case description.
      Returns:
      string url
    • setTestCaseDescriptionURL

      public void setTestCaseDescriptionURL(String testCaseDescriptionURL)
      Set up the URL that links to the test case description.
      Parameters:
      testCaseDescriptionURL - string url
    • toString

      public String toString()
      toString() JSON-style
      Overrides:
      toString in class Object
      Returns:
      string description