org.kuali.rice.krad.datadictionary.validation.constraint
Class DatePatternConstraintTest
java.lang.Object
org.kuali.rice.krad.datadictionary.validation.constraint.DatePatternConstraintTest
public class DatePatternConstraintTest
- extends Object
Things this test should check:
1. empty value check. (failure) testValueInvalidDateEmpty()
2. value with valid date. (success) testValueValidDate()
3. value with valid date. (success) testValueValidDate1()
4. value with invalid date. (failure) testValueInvalidDate()
5. value with invalid date. (failure) testValueInvalidDate1()
6. value with invalid date. (failure) testValueInvalidDate2()
7. value with invalid date. (failure) testValueInvalidDate3()
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatePatternConstraintTest
public DatePatternConstraintTest()
setUp
public void setUp()
throws Exception
- Throws:
Exception
testValueInvalidDateEmpty
public void testValueInvalidDateEmpty()
testValueValidDate
public void testValueValidDate()
testValueValidDate1
public void testValueValidDate1()
testValueInvalidDate
public void testValueInvalidDate()
testValueInvalidDate1
public void testValueInvalidDate1()
testValueInvalidDate2
public void testValueInvalidDate2()
testValueInvalidDate3
public void testValueInvalidDate3()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.