public final class ValidationTestUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
assertPatternMatches(ValidationPattern pattern,
boolean[] expectedValues)
checks that the test values, when matched to the supplied pattern, result in the expected value
|
public static final void assertPatternMatches(ValidationPattern pattern, boolean[] expectedValues)
pattern
- - a validation patternexpectedValues
- - an array containing boolean values for each expected resultCopyright © 2005–2016 The Kuali Foundation. All rights reserved.