org.kuali.student.r2.common.validator
Class TestValidator

java.lang.Object
  extended by org.kuali.student.r2.common.validator.TestValidator

public class TestValidator
extends Object


Nested Class Summary
 class TestValidator.MockSearchService
           
 
Constructor Summary
TestValidator()
           
 
Method Summary
 ConstraintMockPerson buildTestPerson1()
           
 ConstraintMockPerson buildTestPerson2()
           
 ConstraintMockPerson buildTestPerson3()
           
 ConstraintMockPerson buildTestPerson4()
           
 ObjectStructureDefinition getSimpleStudentObjectStructure()
           
 ObjectStructureDefinition getStudentWithAddressObjectStructure()
           
 void init()
           
 void testDoubleValueRange()
           
 void testLengthRange()
           
 void testMaxLength()
           
 void testMinDateValue()
           
 void testMinLength()
           
 void testNestedCaseConstraint()
           
 void testNestedStructures()
           
 void testRequired()
           
 void testValidChars()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestValidator

public TestValidator()
Method Detail

init

public void init()

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()

testNestedCaseConstraint

public void testNestedCaseConstraint()

testNestedStructures

public void testNestedStructures()

buildTestPerson1

public ConstraintMockPerson buildTestPerson1()

buildTestPerson2

public ConstraintMockPerson buildTestPerson2()

buildTestPerson3

public ConstraintMockPerson buildTestPerson3()

buildTestPerson4

public ConstraintMockPerson buildTestPerson4()

getSimpleStudentObjectStructure

public ObjectStructureDefinition getSimpleStudentObjectStructure()

getStudentWithAddressObjectStructure

public ObjectStructureDefinition getStudentWithAddressObjectStructure()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.