org.apache.bval.extras.constraints.checkdigit
Class ABANumberValidatorTest
java.lang.Object
org.apache.bval.extras.constraints.checkdigit.AbstractCheckDigitTest
org.apache.bval.extras.constraints.checkdigit.ABANumberValidatorTest
public class ABANumberValidatorTest
- extends AbstractCheckDigitTest
ABA Number Validator Test.
| Methods inherited from class org.apache.bval.extras.constraints.checkdigit.AbstractCheckDigitTest |
checkDigit, createInvalidCodes, getCheckDigitLth, getInvalid, getMissingMessage, getZeroSum, removeCheckDigit, setUp, tearDown, testIsValidFalse, testIsValidTrue, testMissingCode, testZeroSum |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ABANumberValidatorTest
public ABANumberValidatorTest()
getConstraint
protected ConstraintValidator<? extends Annotation,String> getConstraint()
- Specified by:
getConstraint in class AbstractCheckDigitTest
getValid
protected String[] getValid()
- Specified by:
getValid in class AbstractCheckDigitTest
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.