org.kuali.rice.krad.datadictionary.validation
Class UTF8ValidationTestUtils

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

public class UTF8ValidationTestUtils
extends Object

UTF8ValidationTestUtils has test values and a method used in UTF8AnyCharacterValidationPatternTest

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

Constructor Summary
UTF8ValidationTestUtils()
           
 
Method Summary
static void assertPatternMatches(ValidationPattern pattern, boolean[] expectedValues)
          checks that the test values, when matched to the supplied pattern, result in the expected value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UTF8ValidationTestUtils

public UTF8ValidationTestUtils()
Method Detail

assertPatternMatches

public static final void assertPatternMatches(ValidationPattern pattern,
                                              boolean[] expectedValues)
checks that the test values, when matched to the supplied pattern, result in the expected value

Parameters:
pattern - - a validation pattern
expectedValues - - an array containing boolean values for each expected result


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