org.springframework.batch.item.validator
Class ValidatingItemReaderTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.validator.ValidatingItemReaderTests

public class ValidatingItemReaderTests
extends TestCase

Author:
Lucas Ward

Constructor Summary
ValidatingItemReaderTests()
           
 
Method Summary
protected  void setUp()
           
 void testItemReaderPropertiesSet()
           
 void testNullInput()
           
 void testValidation()
           
 void testValidationException()
           
 void testValidatorPropertesSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatingItemReaderTests

public ValidatingItemReaderTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testItemReaderPropertiesSet

public void testItemReaderPropertiesSet()

testValidatorPropertesSet

public void testValidatorPropertesSet()

testValidation

public void testValidation()
                    throws Exception
Throws:
Exception

testValidationException

public void testValidationException()
                             throws Exception
Throws:
Exception

testNullInput

public void testNullInput()
                   throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.