Interface DataQualityTestRunner

All Known Implementing Classes:
DataQualityTestRunnerAbstract, DataQualityTestRunnerLocal, DataQualityTestRunnerRemote

public interface DataQualityTestRunner
Machinery to run a collection of data quality tests.
  • Method Details

    • add

      void add(TableValidationSuite suite)
      Adds a new test collection.
      Parameters:
      suite - test collection.
    • addAll

      void addAll(Collection<TableValidationSuite> suites)
      Adds a new set of test collections.
      Parameters:
      suites - test collections.
    • run

      void run() throws Exception
      Runs all of the tests.
      Throws:
      Exception - problem running the tests.