| com.jgoodies.validation.tests.ValidationUtilsTest
ValidationUtilsTest | final public class ValidationUtilsTest extends TestCase (Code) | | A test case for class
ValidationUtils .
author: Karsten Lentzsch version: $Revision: 1.9 $ See Also: Calendar |
testIsAlpha | public void testIsAlpha()(Code) | | |
testIsAlphaSpace | public void testIsAlphaSpace()(Code) | | |
testIsAlphanumeric | public void testIsAlphanumeric()(Code) | | |
testIsAlphanumericSpace | public void testIsAlphanumericSpace()(Code) | | |
testIsBlank | public void testIsBlank()(Code) | | |
testIsEmpty | public void testIsEmpty()(Code) | | |
testIsNotBlank | public void testIsNotBlank()(Code) | | |
testIsNotEmpty | public void testIsNotEmpty()(Code) | | |
testIsNumeric | public void testIsNumeric()(Code) | | |
testIsNumericSpace | public void testIsNumericSpace()(Code) | | |
testRelativeCalendarDifferentMonths | public void testRelativeCalendarDifferentMonths()(Code) | | Verifies that #getRelativeCalendar(Calendar, int)
computes proper relative dates when the month changes.
|
testRelativeCalendarLeapYear | public void testRelativeCalendarLeapYear()(Code) | | Verifies that #getRelativeCalendar(Calendar, int)
computes proper relative dates when the month changes.
|
testRelativeCalendarSameMonth | public void testRelativeCalendarSameMonth()(Code) | | Verifies that #getRelativeCalendar(Calendar, int)
computes proper relative dates within the same month.
|
|
|