org.springframework.batch.item.support
Class DelegatingItemWriterTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.support.DelegatingItemWriterTests

public class DelegatingItemWriterTests
extends TestCase

Author:
Lucas Ward

Constructor Summary
DelegatingItemWriterTests()
           
 
Method Summary
protected  void setUp()
           
 void testClear()
           
 void testCreation()
           
 void testFlush()
           
 void testWrite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingItemWriterTests

public DelegatingItemWriterTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testFlush

public void testFlush()
               throws Exception
Throws:
Exception

testClear

public void testClear()
               throws Exception
Throws:
Exception

testCreation

public void testCreation()
                  throws Exception
Throws:
Exception

testWrite

public void testWrite()
               throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.