org.springframework.batch.item.transform
Class ItemTransformerItemWriterFunctionalTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.transform.ItemTransformerItemWriterFunctionalTests

public class ItemTransformerItemWriterFunctionalTests
extends TestCase

These functional tests were created for the Reference Documentation and show how various combinations of ItemTransformer can be used with an ItemTransformerItemWriter.

Author:
Lucas Ward

Nested Class Summary
 class ItemTransformerItemWriterFunctionalTests.BarTransformer
           
 class ItemTransformerItemWriterFunctionalTests.FooTransformer
           
 
Constructor Summary
ItemTransformerItemWriterFunctionalTests()
           
 
Method Summary
 void testComposite()
           
 void testTransform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemTransformerItemWriterFunctionalTests

public ItemTransformerItemWriterFunctionalTests()
Method Detail

testTransform

public void testTransform()
                   throws Exception
Throws:
Exception

testComposite

public void testComposite()
                   throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.