public class AlphaNumericValidationPatternTest extends BaseRiceTestCase
AlphaNumericValidationPattern
log, method
Constructor and Description |
---|
AlphaNumericValidationPatternTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testMatch_allowDefault()
tests that only numbers and letters of the alphabet are allowed
|
void |
testMatch_allowPeriod()
tests that periods, numbers and letters of the alphabet are allowed
|
void |
testMatch_allowPeriodAndUnderscore()
tests that periods, underscores, numbers and letters of the alphabet are allowed
|
void |
testMatch_allowPeriodAndUnderscoreAndSpace()
tests that periods, underscores, white space, numbers and letters of the alphabet are allowed
|
void |
testMatch_allowUnderscore()
tests that underscores, numbers and letters of the alphabet are allowed
|
void |
testMatch_allowUnderScoreAndWhiteSpace()
tests that white space, underscores, numbers and letters of the alphabet are allowed
|
void |
testMatch_allowWhitespace()
tests that white space, numbers and letters of the alphabet are allowed
|
getName, getPerTestDataLoaderLifecycle, resetLogLevels, setLogLevel, setName, setTestMethod, tearDown
public AlphaNumericValidationPatternTest()
public void setUp() throws Exception
setUp
in class BaseRiceTestCase
Exception
public final void testMatch_allowDefault()
public final void testMatch_allowUnderscore()
public final void testMatch_allowWhitespace()
public final void testMatch_allowUnderScoreAndWhiteSpace()
public final void testMatch_allowPeriod()
public final void testMatch_allowPeriodAndUnderscore()
public final void testMatch_allowPeriodAndUnderscoreAndSpace()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.