Class OpenMetadataPlatformTestCase

java.lang.Object
org.odpi.openmetadata.conformance.beans.OpenMetadataTestCase
org.odpi.openmetadata.conformance.tests.platform.OpenMetadataPlatformTestCase
Direct Known Subclasses:
TestOpenMetadataOrigin

public abstract class OpenMetadataPlatformTestCase extends OpenMetadataTestCase
OpenMetadataTestCase is the superclass for an open metadata conformance test. It manages the test environment and reporting.
  • Field Details

  • Constructor Details

    • OpenMetadataPlatformTestCase

      protected OpenMetadataPlatformTestCase(PlatformConformanceWorkPad workPad, String testCaseId, String testCaseName)
      Constructor passes the standard descriptive information to the superclass.
      Parameters:
      workPad - workspace.
      testCaseId - id of the test case
      testCaseName - name of the test case
  • Method Details

    • logTestStart

      protected void logTestStart(String methodName)
      Log that the test case is starting.
      Specified by:
      logTestStart in class OpenMetadataTestCase
      Parameters:
      methodName - calling method name
    • logTestEnd

      protected void logTestEnd(String methodName)
      Log that the test case is ending.
      Specified by:
      logTestEnd in class OpenMetadataTestCase
      Parameters:
      methodName - calling method name