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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn date that the test was run.Return the list of test summaries from each workbench.voidsetTestRunDate(Date testRunDate) Set up the date of the test.voidsetTestSummariesFromWorkbenches(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
-