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 TypeMethodDescriptionvoid
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.
-
Method Details
-
add
Adds a new test collection.- Parameters:
suite
- test collection.
-
addAll
Adds a new set of test collections.- Parameters:
suites
- test collections.
-
run
Runs all of the tests.- Throws:
Exception
- problem running the tests.
-