org.kuali.rice.krad.datadictionary.validation.constraint
Class CharsetPatternConstraintTest

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.validation.constraint.CharsetPatternConstraintTest

public class CharsetPatternConstraintTest
extends Object

Things this test should check: 1. value with all valid characters. (success) testValueAllValidChars() 2. value with invalid characters. (failure) testValueNotValidChars() 3. value with all valid characters. (success) test2ValueAllValidChars() 4. value with invalid characters. (failure) test2ValueNotValidChars()

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

Constructor Summary
CharsetPatternConstraintTest()
           
 
Method Summary
 void setUp()
           
 void test2ValueAllValidChars()
           
 void test2ValueNotValidChars()
           
 void testValueAllValidChars()
           
 void testValueNotValidChars()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharsetPatternConstraintTest

public CharsetPatternConstraintTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testValueAllValidChars

public void testValueAllValidChars()

testValueNotValidChars

public void testValueNotValidChars()

test2ValueAllValidChars

public void test2ValueAllValidChars()

test2ValueNotValidChars

public void test2ValueNotValidChars()


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