Class OpenMetadataTestCaseSummary
java.lang.Object
org.odpi.openmetadata.conformance.beans.OpenMetadataTestCaseSummary
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OpenMetadataTestCaseResult
OpenMetadataTestCaseSummary provides basic properties of a test case for use in reporting.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructorConstructor to create a test case summary from a test case. -
Method Summary
Modifier and TypeMethodDescriptionReturn the URL that links to the test case description.Return the unique id of the test case.Return the name of the test case.void
setTestCaseDescriptionURL
(String testCaseDescriptionURL) Set up the URL that links to the test case description.void
setTestCaseId
(String testCaseId) Set up the unique id of the test case.void
setTestCaseName
(String testCaseName) Set up the name of the test case.toString()
toString() JSON-style
-
Constructor Details
-
OpenMetadataTestCaseSummary
public OpenMetadataTestCaseSummary()Default constructor -
OpenMetadataTestCaseSummary
Constructor to create a test case summary from a test case.- Parameters:
testCase
- test case object.
-
-
Method Details
-
getTestCaseId
Return the unique id of the test case.- Returns:
- string id
-
setTestCaseId
Set up the unique id of the test case.- Parameters:
testCaseId
- string id
-
getTestCaseName
Return the name of the test case.- Returns:
- string name
-
setTestCaseName
Set up the name of the test case.- Parameters:
testCaseName
- string name
-
getTestCaseDescriptionURL
Return the URL that links to the test case description.- Returns:
- string url
-
setTestCaseDescriptionURL
Set up the URL that links to the test case description.- Parameters:
testCaseDescriptionURL
- string url
-
toString
toString() JSON-style
-