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

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

public class RegexValidationPatternTest
extends BaseRiceTestCase

RegexValidationPatternTest tests RegexValidationPattern

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
 
Fields inherited from class org.kuali.rice.test.BaseRiceTestCase
log, method
 
Constructor Summary
RegexValidationPatternTest()
           
 
Method Summary
 void setUp()
           
 void testAlphaNumericPattern()
          tests an alphanumeric regex pattern
 void testAlphaPattern()
          tests an alphabetic (lowercase and uppercase) pattern
 void testNumericPattern()
          tests a numeric regex pattern
 
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

RegexValidationPatternTest

public RegexValidationPatternTest()
Method Detail

setUp

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

testNumericPattern

public final void testNumericPattern()
tests a numeric regex pattern


testAlphaPattern

public final void testAlphaPattern()
tests an alphabetic (lowercase and uppercase) pattern


testAlphaNumericPattern

public final void testAlphaNumericPattern()
tests an alphanumeric regex pattern



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