org.kuali.rice.krad.datadictionary.validation.constraint
Class ZipcodePatternConstraintTest

java.lang.Object
  extended by 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)

Constructor Summary
ZipcodePatternConstraintTest()
           
 
Method Summary
 void setUp()
           
 void testValueInvalidZipcode()
           
 void testValueInvalidZipcode1()
           
 void testValueInvalidZipcode2()
           
 void testValueValidZipcode()
           
 void testValueValidZipcode1()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipcodePatternConstraintTest

public ZipcodePatternConstraintTest()
Method Detail

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-2014 The Kuali Foundation. All Rights Reserved.