org.springframework.batch.item.database
Class CommonDatabaseItemStreamItemReaderTests

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
Direct Known Subclasses:
HibernateCursorItemReaderCommonTests, IbatisItemReaderCommonTests, JdbcCursorItemReaderCommonTests, SingleColumnJdbcDrivingQueryItemReaderCommonTests

public abstract class CommonDatabaseItemStreamItemReaderTests
extends CommonItemStreamItemReaderTests


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

Constructor Detail

CommonDatabaseItemStreamItemReaderTests

public CommonDatabaseItemStreamItemReaderTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class CommonItemStreamItemReaderTests
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class CommonItemStreamItemReaderTests
Throws:
Exception

getDataSource

protected DataSource getDataSource()


Copyright © 2008 SpringSource. All Rights Reserved.