Interface DataQualityTestCaseInterface
- All Known Subinterfaces:
DynamicValidatorInterface
- All Known Implementing Classes:
DataQualityTestCase,DynamicValidator,DynamicValidator,NonEmptyValidator,NonEmptyValidator,NullValidator,NullValidator,RowCountValidator
public interface DataQualityTestCaseInterface
A marker interface for classes which implement data quality tests.
-
Method Details
-
setUp
void setUp()Setup the test. -
tearDown
void tearDown()Tear down the test. -
message
Add a message to log.- Parameters:
m- message to log.
-
getMessages
Gets the messages to log.- Returns:
- messages to log
-
clearMessages
void clearMessages()Empties the list of messages.
-