org.kuali.rice.krad.datadictionary.validation.constraint
Class ZipcodePatternConstraintTest
java.lang.Object
org.kuali.rice.krad.datadictionary.validation.constraint.ZipcodePatternConstraintTest
public class ZipcodePatternConstraintTest
- extends Object
Things this test should check:
1. value with valid zipcode. (success) testValueValidZipcode()
2. value with valid zipcode. (success) testValueValidZipcode1()
3. value with invalid zipcode. (failure) testValueInvalidZipcode()
4. value with invalid zipcode. (failure) testValueInvalidZipcode1()
5. value with invalid zipcode. (failure) testValueInvalidZipcode2()
- 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 |
ZipcodePatternConstraintTest
public ZipcodePatternConstraintTest()
setUp
public void setUp()
throws Exception
- Throws:
Exception
testValueValidZipcode
public void testValueValidZipcode()
testValueValidZipcode1
public void testValueValidZipcode1()
testValueInvalidZipcode
public void testValueInvalidZipcode()
testValueInvalidZipcode1
public void testValueInvalidZipcode1()
testValueInvalidZipcode2
public void testValueInvalidZipcode2()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.