org.springframework.batch.sample.item.writer
Class BatchSqlCustomerCreditIncreaseWriterTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.batch.sample.item.writer.BatchSqlCustomerCreditIncreaseWriterTests
All Implemented Interfaces:
junit.framework.Test

public class BatchSqlCustomerCreditIncreaseWriterTests
extends junit.framework.TestCase

Author:
Dave Syer

Constructor Summary
BatchSqlCustomerCreditIncreaseWriterTests()
           
 
Method Summary
protected  void setUp()
           
 void testAfterPropertiesSet()
           
 void testClear()
          Test method for BatchSqlCustomerCreditIncreaseWriter.clear().
 void testFlush()
          Test method for BatchSqlCustomerCreditIncreaseWriter.flush().
 void testWrite()
          Test method for BatchSqlCustomerCreditIncreaseWriter.write(java.lang.Object).
 
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

BatchSqlCustomerCreditIncreaseWriterTests

public BatchSqlCustomerCreditIncreaseWriterTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testAfterPropertiesSet

public void testAfterPropertiesSet()
                            throws Exception
Throws:
Exception

testWrite

public void testWrite()
               throws Exception
Test method for BatchSqlCustomerCreditIncreaseWriter.write(java.lang.Object).

Throws:
Exception

testClear

public void testClear()
Test method for BatchSqlCustomerCreditIncreaseWriter.clear().


testFlush

public void testFlush()
Test method for BatchSqlCustomerCreditIncreaseWriter.flush().



Copyright © 2008 SpringSource. All Rights Reserved.