org.springframework.batch.item.database
Class JdbcCursorItemReaderCommonTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.CommonItemReaderTests
          extended by org.springframework.batch.item.CommonItemStreamItemReaderTests
              extended by org.springframework.batch.item.database.CommonDatabaseItemStreamItemReaderTests
                  extended by org.springframework.batch.item.database.JdbcCursorItemReaderCommonTests

public class JdbcCursorItemReaderCommonTests
extends CommonDatabaseItemStreamItemReaderTests


Field Summary
 
Fields inherited from class org.springframework.batch.item.CommonItemStreamItemReaderTests
executionContext
 
Fields inherited from class org.springframework.batch.item.CommonItemReaderTests
tested
 
Constructor Summary
JdbcCursorItemReaderCommonTests()
           
 
Method Summary
protected  ItemReader getItemReader()
           
 
Methods inherited from class org.springframework.batch.item.database.CommonDatabaseItemStreamItemReaderTests
getDataSource, setUp, tearDown
 
Methods inherited from class org.springframework.batch.item.CommonItemStreamItemReaderTests
testedAsStream, testReopen, testRestart
 
Methods inherited from class org.springframework.batch.item.CommonItemReaderTests
testRead, testReset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcCursorItemReaderCommonTests

public JdbcCursorItemReaderCommonTests()
Method Detail

getItemReader

protected ItemReader getItemReader()
                            throws Exception
Specified by:
getItemReader in class CommonItemReaderTests
Returns:
configured ItemReader ready for use.
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.