org.kuali.student.common.validator.old
Class ValidatorTest

java.lang.Object
  extended by org.kuali.student.common.validator.old.ValidatorTest

public class ValidatorTest
extends Object


Field Summary
(package private)  Validator val
           
 
Constructor Summary
ValidatorTest()
           
 
Method Summary
 ObjectStructure buildObjectStructure1()
           
 ObjectStructure buildObjectStructure2()
           
 ConstraintMockPerson buildTestPerson1()
           
 ConstraintMockPerson buildTestPerson2()
           
 ConstraintMockPerson buildTestPerson3()
           
 void testDoubleValueRange()
           
 void testLengthRange()
           
 void testMaxLength()
           
 void testMinDateValue()
           
 void testMinLength()
           
 void testNestedStructures()
           
 void testRequired()
           
 void testValidChars()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

val

Validator val
Constructor Detail

ValidatorTest

public ValidatorTest()
Method Detail

testRequired

public void testRequired()

testLengthRange

public void testLengthRange()

testMinLength

public void testMinLength()

testMinDateValue

public void testMinDateValue()

testMaxLength

public void testMaxLength()

testValidChars

public void testValidChars()

testDoubleValueRange

public void testDoubleValueRange()

testNestedStructures

public void testNestedStructures()

buildTestPerson1

public ConstraintMockPerson buildTestPerson1()

buildTestPerson2

public ConstraintMockPerson buildTestPerson2()

buildTestPerson3

public ConstraintMockPerson buildTestPerson3()

buildObjectStructure2

public ObjectStructure buildObjectStructure2()

buildObjectStructure1

public ObjectStructure buildObjectStructure1()


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.