org.springframework.batch.item.support
Class CompositeItemWriterTests

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

public class CompositeItemWriterTests
extends TestCase

Tests for CompositeItemWriter

Author:
Robert Kasanicky

Constructor Summary
CompositeItemWriterTests()
           
 
Method Summary
 void testProcess()
          Regular usage scenario.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeItemWriterTests

public CompositeItemWriterTests()
Method Detail

testProcess

public void testProcess()
                 throws Exception
Regular usage scenario. All injected processors should be called.

Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.