Class OpenMetadataConformanceTestLabSummary
java.lang.Object
org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceTestLabSummary
- All Implemented Interfaces:
Serializable
OpenMetadataConformanceTestLabSummary is a bean for collating the summarized results from a specific test lab.
A test lab contains multiple workbenches.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn date that the test was run.Return the list of test summaries from each workbench.void
setTestRunDate
(Date testRunDate) Set up the date of the test.void
setTestSummariesFromWorkbenches
(List<OpenMetadataConformanceWorkbenchSummary> testSummariesFromWorkbenches) Set up the list of test summaries from each workbench.toString()
toString() JSON-style
-
Constructor Details
-
OpenMetadataConformanceTestLabSummary
public OpenMetadataConformanceTestLabSummary()Default constructor
-
-
Method Details
-
getTestRunDate
Return date that the test was run.- Returns:
- date object
-
setTestRunDate
Set up the date of the test.- Parameters:
testRunDate
- date object
-
getTestSummariesFromWorkbenches
Return the list of test summaries from each workbench.- Returns:
- list of workbench summaries
-
setTestSummariesFromWorkbenches
public void setTestSummariesFromWorkbenches(List<OpenMetadataConformanceWorkbenchSummary> testSummariesFromWorkbenches) Set up the list of test summaries from each workbench.- Parameters:
testSummariesFromWorkbenches
- list of workbench summaries
-
toString
toString() JSON-style
-