org.springframework.batch.item.support
Class DelegatingItemWriterTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.batch.item.support.DelegatingItemWriterTests
All Implemented Interfaces:
junit.framework.Test

public class DelegatingItemWriterTests
extends junit.framework.TestCase

Author:
Lucas Ward

Constructor Summary
DelegatingItemWriterTests()
           
 
Method Summary
protected  void setUp()
           
 void testClear()
           
 void testCreation()
           
 void testFlush()
           
 void testWrite()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelegatingItemWriterTests

public DelegatingItemWriterTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
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.