Package org.springframework.batch.sample

Class Summary
AbstractBatchLauncherTests Abstract unit test for running functional tests by getting context locations for both the container and configuration separately and having them auto wired in by type.
AbstractCustomerCreditIncreaseTests Test case for jobs that are expected to update customer credit value by fixed amount.
AbstractValidatingBatchLauncherTests Abstract TestCase that automatically starts a Spring (@link Lifecycle) after obtaining it automatically via autowiring by type.
BatchSqlUpdateJobFunctionalTests Test for BatchSqlUpdateJob - checks that customer credit has been updated to expected value.
BeanWrapperMapperSampleJobFunctionalTests  
CompositeItemWriterSampleFunctionalTests  
DelegatingJobFunctionalTests  
FixedLengthImportJobFunctionalTests  
FootballJobFunctionalTests  
GracefulShutdownFunctionalTests Functional test for graceful shutdown.
HibernateFailureJobFunctionalTests Test for HibernateJob - checks that customer credit has been updated to expected value.
HibernateJobFunctionalTests Test for HibernateJob - checks that customer credit has been updated to expected value.
IbatisJobFunctionalTests Test for IbatisJob - checks that customer credit has been updated to expected value.
JobExecutionContextSampleFunctionalTests  
MultilineJobFunctionalTests  
MultilineOrderJobFunctionalTests  
MultiResourceJobFunctionalTests  
ParallelJobFunctionalTests  
RestartFunctionalTests Simple restart scenario.
RetrySampleFunctionalTests Checks that expected number of items have been processed.
SkipSampleFunctionalTests Error is encountered during writing - transaction is rolled back and the error item is skipped on second attempt to process the chunk.
StubLineAggregator Stub implementation of LineAggregator interface for testing purposes.
TaskletJobFunctionalTests Deletes files in the given directory.
TradeJobFunctionalTests  
XmlStaxJobFunctionalTests  
 



Copyright © 2008 SpringSource. All Rights Reserved.