public class AlphaPatternConstraintTest extends Object
testValueAllValidChars()
2. value with invalid characters. (failure) testValueNotValidChars()
3. value with all valid characters. Allowing white space.(success) testValueAllValidCharsAllowWhitespace()
4. value with invalid characters Allowing white space. (failure) testValueNotValidCharsAllowWhitespace()
5. value with invalid characters(Special Characters) Allowing white space. (failure) testValueWithSpecialCharsAllowWhitespace()
Constructor and Description |
---|
AlphaPatternConstraintTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testValueAllValidChars() |
void |
testValueAllValidCharsAllowWhitespace() |
void |
testValueNotValidChars() |
void |
testValueNotValidCharsAllowWhitespace() |
void |
testValueWithSpecialCharsAllowWhitespace() |
public AlphaPatternConstraintTest()
public void testValueAllValidChars()
public void testValueNotValidChars()
public void testValueAllValidCharsAllowWhitespace()
public void testValueNotValidCharsAllowWhitespace()
public void testValueWithSpecialCharsAllowWhitespace()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.