Class TestOpenMetadataOrigin
java.lang.Object
org.odpi.openmetadata.conformance.beans.OpenMetadataTestCase
org.odpi.openmetadata.conformance.tests.platform.OpenMetadataPlatformTestCase
org.odpi.openmetadata.conformance.tests.platform.origin.TestOpenMetadataOrigin
Retrieves the origin id from the server
-
Nested Class Summary
Nested classes/interfaces inherited from class org.odpi.openmetadata.conformance.beans.OpenMetadataTestCase
OpenMetadataTestCase.TestPhase -
Field Summary
Fields inherited from class org.odpi.openmetadata.conformance.tests.platform.OpenMetadataPlatformTestCase
platformConformanceWorkPadFields inherited from class org.odpi.openmetadata.conformance.beans.OpenMetadataTestCase
defaultProfileId, defaultRequirementId, discoveredProperties, exceptionBean, notSupportedAssertions, successfulAssertions, successMessage, testCaseDescriptionURL, unsuccessfulAssertions, workPad -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor sets up superclass -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrun()Method implemented by the actual test case.Methods inherited from class org.odpi.openmetadata.conformance.tests.platform.OpenMetadataPlatformTestCase
logTestEnd, logTestStartMethods inherited from class org.odpi.openmetadata.conformance.beans.OpenMetadataTestCase
addDiscoveredProperty, addNotSupportedAssertion, assertCondition, assertCondition, assertObjectsAreEqual, cleanTest, cleanup, endAsynchronousTest, executeTest, executeTest, getResult, getSummary, getTestCaseDescriptionURL, getTestCaseId, getTestCaseName, isTestPassed, isTestRan, run, setSuccessMessage, startAsynchronousTest, toString, updateTestId, verifyCondition, verifyCondition, verifyObjectsAreEqual
-
Constructor Details
-
TestOpenMetadataOrigin
Default constructor sets up superclass- Parameters:
workPad- work space
-
-
Method Details
-
run
Method implemented by the actual test case.- Specified by:
runin classOpenMetadataTestCase- Throws:
Exception- something went wrong with the test.
-