Package org.jete.validator

Interface Summary
IgnorableValidatorError This allows an action to ignore any errors that may occur during validating.
Validator Define the interface for a validator, simply return when ok, but throw an AssertionFailedError if there is an error.
 

Class Summary
ThrowableValidator Validate expected exceptions / throwable with this validator.
ValidationAction This allows testers to simply configure a result object and validate it in line with any action.