org.springframework.batch.item.support
Class DelegatingItemReaderTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.support.DelegatingItemReaderTests

public class DelegatingItemReaderTests
extends TestCase

Unit test for DelegatingItemReader

Author:
Robert Kasanicky

Constructor Summary
DelegatingItemReaderTests()
           
 
Method Summary
protected  void setUp()
           
 void testAfterPropertiesSet()
           
 void testNext()
          Uses input template to provide the domain object.
 void testNullItemReader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingItemReaderTests

public DelegatingItemReaderTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testAfterPropertiesSet

public void testAfterPropertiesSet()
                            throws Exception
Throws:
Exception

testNullItemReader

public void testNullItemReader()

testNext

public void testNext()
              throws Exception
Uses input template to provide the domain object.

Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.