public class ZipcodePatternConstraintTest extends Object
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()
Constructor and Description |
---|
ZipcodePatternConstraintTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testValueInvalidZipcode() |
void |
testValueInvalidZipcode1() |
void |
testValueInvalidZipcode2() |
void |
testValueValidZipcode() |
void |
testValueValidZipcode1() |
public ZipcodePatternConstraintTest()
public void testValueValidZipcode()
public void testValueValidZipcode1()
public void testValueInvalidZipcode()
public void testValueInvalidZipcode1()
public void testValueInvalidZipcode2()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.