Class RepositoryConformanceWorkbench

java.lang.Object
org.odpi.openmetadata.conformance.workbenches.OpenMetadataConformanceWorkbench
org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceWorkbench
All Implemented Interfaces:
Runnable

public class RepositoryConformanceWorkbench extends OpenMetadataConformanceWorkbench
RepositoryConformanceWorkbench provides the thread that drives the repository 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 shut down.
  • Constructor Details

    • RepositoryConformanceWorkbench

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

    • run

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