Interface DataQualityTestRunner
- All Known Implementing Classes:
DataQualityTestRunnerAbstract
,DataQualityTestRunnerLocal
,DataQualityTestRunnerRemote
public interface DataQualityTestRunner
Machinery to run a collection of data quality tests.
-
Method Summary
Modifier and Type Method Description void
add(TableValidationSuite suite)
Adds a new test collection.void
addAll(Collection<TableValidationSuite> suites)
Adds a new set of test collections.void
run()
Runs all of the tests.