|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.test.BaseRiceTestCase org.kuali.rice.krad.datadictionary.validation.charlevel.AlphaNumericValidationPatternTest
public class AlphaNumericValidationPatternTest
AlphaNumericValidationPatternTest tests AlphaNumericValidationPattern
Field Summary |
---|
Fields inherited from class org.kuali.rice.test.BaseRiceTestCase |
---|
log, method |
Constructor Summary | |
---|---|
AlphaNumericValidationPatternTest()
|
Method Summary | |
---|---|
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 |
Methods inherited from class org.kuali.rice.test.BaseRiceTestCase |
---|
getName, getPerTestDataLoaderLifecycle, resetLogLevels, setLogLevel, setName, setTestMethod, tearDown |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlphaNumericValidationPatternTest()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |