org.springframework.batch.core.listener
Class CompositeChunkListenerTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.core.listener.CompositeChunkListenerTests

public class CompositeChunkListenerTests
extends TestCase

Author:
Lucas Ward

Constructor Summary
CompositeChunkListenerTests()
           
 
Method Summary
protected  void setUp()
           
 void testAfterChunk()
           
 void testBeforeChunk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeChunkListenerTests

public CompositeChunkListenerTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testBeforeChunk

public void testBeforeChunk()

testAfterChunk

public void testAfterChunk()


Copyright © 2008 SpringSource. All Rights Reserved.