Class PlatformConformanceWorkbench

java.lang.Object
org.odpi.openmetadata.conformance.workbenches.OpenMetadataConformanceWorkbench
org.odpi.openmetadata.conformance.workbenches.platform.PlatformConformanceWorkbench
All Implemented Interfaces:
Runnable

public class PlatformConformanceWorkbench extends OpenMetadataConformanceWorkbench
PlatformConformanceWorkbench provides the thread that drives the platform workbench from the Open Metadata Conformance Suite. The properties used to initialise the workbench are passed on the constructor. The run() method contains the workbench logic. It executes until the tests are complete, or it is signaled to shutdown.
  • Constructor Details

    • PlatformConformanceWorkbench

      public PlatformConformanceWorkbench(PlatformConformanceWorkPad workPad)
      Constructor receives the work pad with the configuration that provides the location to record the results.
      Parameters:
      workPad - platform workbench's work pad
  • Method Details

    • run

      public void run()
      This is the method that provides the behaviour of the thread.