org.springframework.batch.core.listener
Class CompositeItemReadListenerTests

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

public class CompositeItemReadListenerTests
extends TestCase

Author:
Lucas Ward

Constructor Summary
CompositeItemReadListenerTests()
           
 
Method Summary
protected  void setUp()
           
 void testAfterRead()
           
 void testBeforeRead()
           
 void testOnReadError()
           
 void testSetListners()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeItemReadListenerTests

public CompositeItemReadListenerTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testBeforeRead

public void testBeforeRead()

testAfterRead

public void testAfterRead()

testOnReadError

public void testOnReadError()

testSetListners

public void testSetListners()
                     throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.