Package com.illumon.iris.validation.dynamic
-
Interface Summary Interface Description DynamicValidatorInterface Interface containing all tests than can be executed during dynamic data validation. -
Class Summary Class Description DynamicTest A configuration defined data quality test case for DynamicValidator.DynamicTestLoader Utilities for loading DynamicValidator test cases.DynamicValidator A user interface driven data validator. -
Exception Summary Exception Description DynamicTest.DynamicExecutionException An exception thrown when problems are encountered converting strings into typed parameter values.DynamicTest.InvalidParameterException An exception thrown when attempting to set a parameter that does not exist in the method.DynamicTest.MissingParameterNamesException An exception resulting from reflection not being able to access parameter names.DynamicTest.MissingParameterValueException An exception thrown when trying to invoke the test, but a required parameter has not been set.DynamicTest.MultipleMethodsException An exception thrown when DynamicValidatorInterface contains multiple methods with the same name.DynamicTest.NoSuchMethodException An exception thrown when the test method is not present in DynamicValidatorInterface.