public class AlphaNumericPatternConstraintTest 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 all valid characters. Allowing white space, period, underscore and parenthesis. (success) testValueAllValidCharsAllowWhitespaceAndPeriodAndUnderscoreAndParenthesis()
6. value with invalid characters. Allowing white space, period, underscore and parenthesis. (failure) testValueNotValidCharsAllowWhitespaceAndPeriodAndUnderscoreAndParenthesis()
Constructor and Description |
---|
AlphaNumericPatternConstraintTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testValueAllValidChars() |
void |
testValueAllValidCharsAllowWhitespace() |
void |
testValueAllValidCharsAllowWhitespaceAndPeriodAndUnderscoreAndParenthesis() |
void |
testValueNotValidChars() |
void |
testValueNotValidCharsAllowWhitespace() |
void |
testValueNotValidCharsAllowWhitespaceAndPeriodAndUnderscoreAndParenthesis() |
public AlphaNumericPatternConstraintTest()
public void testValueAllValidChars()
public void testValueNotValidChars()
public void testValueAllValidCharsAllowWhitespace()
public void testValueNotValidCharsAllowWhitespace()
public void testValueAllValidCharsAllowWhitespaceAndPeriodAndUnderscoreAndParenthesis()
public void testValueNotValidCharsAllowWhitespaceAndPeriodAndUnderscoreAndParenthesis()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.