Class TestRelationshipPurge

Direct Known Subclasses:
TestRelationshipPurgeHard, TestRelationshipPurgeSoft

public abstract class TestRelationshipPurge extends OpenMetadataPerformanceTestCase
Test performance of relationship purge operations.
  • Field Details

  • Constructor Details

    • TestRelationshipPurge

      public TestRelationshipPurge(PerformanceWorkPad workPad, RelationshipDef relationshipDef, String testCaseId, String testCaseName) throws Exception
      Typical constructor sets up superclass and discovered information needed for tests
      Parameters:
      workPad - place for parameters and results
      relationshipDef - type of valid relationships
      testCaseId - unique ID for the test case
      testCaseName - name for the test case
      Throws:
      Exception - on any initialization error
  • Method Details