org.kuali.rice.krad.datadictionary.validation.charlevel
Class RegexValidationPatternTest
java.lang.Object
org.kuali.rice.test.BaseRiceTestCase
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexValidationPatternTest
public RegexValidationPatternTest()
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.