org.kuali.rice.krad.datadictionary.validation
Class UTF8ValidationTestUtils
java.lang.Object
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)
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 |
UTF8ValidationTestUtils
public UTF8ValidationTestUtils()
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 patternexpectedValues
- - an array containing boolean values for each expected result
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.