org.springframework.batch.repeat.support
Class AbstractTradeBatchTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.repeat.support.AbstractTradeBatchTests
Direct Known Subclasses:
AsynchronousRepeatTests, ChunkedRepeatTests, SimpleRepeatTemplateTests

public abstract class AbstractTradeBatchTests
extends TestCase

Base class for simple tests with small trade data set.

Author:
Dave Syer

Nested Class Summary
protected static class AbstractTradeBatchTests.TradeItemReader
           
protected static class AbstractTradeBatchTests.TradeMapper
           
protected static class AbstractTradeBatchTests.TradeWriter
           
 
Field Summary
static int NUMBER_OF_ITEMS
           
protected  AbstractTradeBatchTests.TradeWriter processor
           
protected  AbstractTradeBatchTests.TradeItemReader provider
           
 
Constructor Summary
AbstractTradeBatchTests()
           
 
Method Summary
protected  void setUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUMBER_OF_ITEMS

public static final int NUMBER_OF_ITEMS
See Also:
Constant Field Values

processor

protected AbstractTradeBatchTests.TradeWriter processor

provider

protected AbstractTradeBatchTests.TradeItemReader provider
Constructor Detail

AbstractTradeBatchTests

public AbstractTradeBatchTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.