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 voidadd(TableValidationSuite suite)Adds a new test collection.voidaddAll(Collection<TableValidationSuite> suites)Adds a new set of test collections.voidrun()Runs all of the tests.