Package com.illumon.iris.validation
-
Interface Summary Interface Description DataQualityTestCase.MonotonicTestType Interface for testing monotonicity.DataQualityTestCaseInterface A marker interface for classes which implement data quality tests.IrisValidationUtils.ThrowingSupplier<T> ValidationTableDescription A description of a table to be validated. -
Class Summary Class Description DataQualityTestCase Tests to assure the quality of the data in a table.ImportDetailsUtils Functionality for analyzing import details.IrisValidationUtils Utility functions for help in validation classesRunDataQualityTests Run data quality tests.TableValidationSuite A suite of data quality tests for a table.ValidationTableDescriptionFullDatabase A description of a table to be validated when using the full database validation.ValidationTableDescriptionSimpleTable A description of a table to be validated when using simple table validation. -
Enum Summary Enum Description RunDataQualityTests.TestType TableValidationMode Mode used to validate a table. -
Exception Summary Exception Description DataQualityTestCase.AssertionFailed An exception thrown when an assertion fails. -
Annotation Types Summary Annotation Type Description TableValidationMode_FullDatabase Annotation indicating that a test is only for execution when in the TableValidationMode.FULL_DATABASE mode.TableValidationMode_SimpleTable Annotation indicating that a test is only for execution when in the TableValidationMode.SIMPLE_TABLE mode.