| org.apache.commons.validator.routines.BaseNumberValidatorTest
All known Subclasses: org.apache.commons.validator.routines.BigDecimalValidatorTest, org.apache.commons.validator.routines.ShortValidatorTest, org.apache.commons.validator.routines.DoubleValidatorTest, org.apache.commons.validator.routines.BigIntegerValidatorTest, org.apache.commons.validator.routines.ByteValidatorTest, org.apache.commons.validator.routines.FloatValidatorTest, org.apache.commons.validator.routines.IntegerValidatorTest, org.apache.commons.validator.routines.LongValidatorTest,
BaseNumberValidatorTest | public class BaseNumberValidatorTest extends TestCase (Code) | | Base Number Test Case.
version: $Revision: 478334 $ $Date: 2006-11-22 21:31:54 +0000 (Wed, 22 Nov 2006) $ |
validStrictCompare | protected Number[] validStrictCompare(Code) | | |
BaseNumberValidatorTest | public BaseNumberValidatorTest(String name)(Code) | | Constructor
Parameters: name - test name |
testFormat | public void testFormat()(Code) | | Test format() methods
|
testFormatType | public void testFormatType()(Code) | | Test Format Type
|
testInvalidNotStrict | public void testInvalidNotStrict()(Code) | | Test Invalid, strict=false
|
testInvalidStrict | public void testInvalidStrict()(Code) | | Test Invalid, strict=true
|
testRangeMinMax | public void testRangeMinMax()(Code) | | Test Range/Min/Max
|
testValidNotStrict | public void testValidNotStrict()(Code) | | Test Valid, strict=false
|
testValidStrict | public void testValidStrict()(Code) | | Test Valid, strict=true
|
testValidateLocale | public void testValidateLocale()(Code) | | Test different Locale
|
testValidateMinMax | public void testValidateMinMax()(Code) | | Test Min/Max values allowed
|
|
|