org.springframework.batch.item.adapter
Class ItemWriterAdapterTests

java.lang.Object
  extended by AbstractDependencyInjectionSpringContextTests
      extended by org.springframework.batch.item.adapter.ItemWriterAdapterTests

public class ItemWriterAdapterTests
extends AbstractDependencyInjectionSpringContextTests

Tests for ItemWriterAdapter.

Author:
Robert Kasanicky

Constructor Summary
ItemWriterAdapterTests()
           
 
Method Summary
protected  String getConfigPath()
           
 void setFooService(FooService fooService)
           
 void setProcessor(ItemWriter processor)
           
 void testProcess()
          Regular usage scenario - input object should be passed to the service the injected invoker points to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemWriterAdapterTests

public ItemWriterAdapterTests()
Method Detail

getConfigPath

protected String getConfigPath()

testProcess

public void testProcess()
                 throws Exception
Regular usage scenario - input object should be passed to the service the injected invoker points to.

Throws:
Exception

setProcessor

public void setProcessor(ItemWriter processor)

setFooService

public void setFooService(FooService fooService)


Copyright © 2008 SpringSource. All Rights Reserved.