org.kuali.student.common.validator
Class TestValidator

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

public class TestValidator
extends Object


Nested Class Summary
 class TestValidator.MockSearchService
           
 
Field Summary
(package private)  org.kuali.student.core.dictionary.service.impl.DictionaryServiceImpl dictionaryDelegate
           
(package private)  org.kuali.student.common.validator.DefaultValidatorImpl val
           
(package private)  org.kuali.student.common.validator.ValidatorFactory valFactory
           
 
Constructor Summary
TestValidator()
           
 
Method Summary
 ConstraintMockPerson buildTestPerson1()
           
 ConstraintMockPerson buildTestPerson2()
           
 ConstraintMockPerson buildTestPerson3()
           
 org.kuali.student.core.dictionary.dto.ObjectStructureDefinition getSimpleStudentObjectStructure()
           
 org.kuali.student.core.dictionary.dto.ObjectStructureDefinition getStudentWithAddressObjectStructure()
           
 void init()
           
 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

org.kuali.student.common.validator.DefaultValidatorImpl val

valFactory

org.kuali.student.common.validator.ValidatorFactory valFactory

dictionaryDelegate

org.kuali.student.core.dictionary.service.impl.DictionaryServiceImpl dictionaryDelegate
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()

testNestedStructures

public void testNestedStructures()

buildTestPerson1

public ConstraintMockPerson buildTestPerson1()

buildTestPerson2

public ConstraintMockPerson buildTestPerson2()

buildTestPerson3

public ConstraintMockPerson buildTestPerson3()

getSimpleStudentObjectStructure

public org.kuali.student.core.dictionary.dto.ObjectStructureDefinition getSimpleStudentObjectStructure()

getStudentWithAddressObjectStructure

public org.kuali.student.core.dictionary.dto.ObjectStructureDefinition getStudentWithAddressObjectStructure()


Copyright © 2010 The Kuali Foundation. All rights reserved.