org.kuali.rice.krad.datadictionary.validation.charlevel
Class AlphaNumericValidationPatternTest

java.lang.Object
  extended by org.kuali.rice.test.BaseRiceTestCase
      extended by org.kuali.rice.krad.datadictionary.validation.charlevel.AlphaNumericValidationPatternTest
All Implemented Interfaces:
MethodAware

public class AlphaNumericValidationPatternTest
extends BaseRiceTestCase


Field Summary
 
Fields inherited from class org.kuali.rice.test.BaseRiceTestCase
log, method
 
Constructor Summary
AlphaNumericValidationPatternTest()
           
 
Method Summary
 void setUp()
           
 void testMatch_allowDefault()
           
 void testMatch_allowPeriod()
           
 void testMatch_allowPeriodAndUnderscore()
           
 void testMatch_allowPeriodAndUnderscoreAndSpace()
           
 void testMatch_allowUnderscore()
           
 void testMatch_allowUnderScoreAndWhiteSpace()
           
 void testMatch_allowWhitespace()
           
 
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

AlphaNumericValidationPatternTest

public AlphaNumericValidationPatternTest()
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class BaseRiceTestCase
Throws:
Exception

testMatch_allowDefault

public final void testMatch_allowDefault()

testMatch_allowUnderscore

public final void testMatch_allowUnderscore()

testMatch_allowWhitespace

public final void testMatch_allowWhitespace()

testMatch_allowUnderScoreAndWhiteSpace

public final void testMatch_allowUnderScoreAndWhiteSpace()

testMatch_allowPeriod

public final void testMatch_allowPeriod()

testMatch_allowPeriodAndUnderscore

public final void testMatch_allowPeriodAndUnderscore()

testMatch_allowPeriodAndUnderscoreAndSpace

public final void testMatch_allowPeriodAndUnderscoreAndSpace()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.