Class OpenMetadataConformanceTestReport
- java.lang.Object
-
- org.odpi.openmetadata.conformance.client.OpenMetadataConformanceTestReport
-
public class OpenMetadataConformanceTestReport extends Object
OpenMetadataConformanceTestReport provides the client to call an open metadata conformance suite server to retrieve the results of its test.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Main method handles the parameters passed and then calls the registered workbenches.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Main method handles the parameters passed and then calls the registered workbenches.- Parameters:
args- first parameter is the URL root of the OMAG server platform where the conformance suite is running, second parameter is the server name of the conformance suite OMAG server and the third parameter is the name of the server to test.
-
-