org.springframework.batch.retry.callback
Class ItemWriterRetryCallbackTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.retry.callback.ItemWriterRetryCallbackTests

public class ItemWriterRetryCallbackTests
extends TestCase


Constructor Summary
ItemWriterRetryCallbackTests()
           
 
Method Summary
protected  void setUp()
           
 void testContextInitializedWithItemAndCanRetry()
           
 void testContextInitializedWithItemAndRegisterThrowable()
           
 void testContextMarkedExhausted()
           
 void testDoWithRetrySuccessfulFirstTime()
           
 void testGetKey()
           
 void testRecoverWithoutSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemWriterRetryCallbackTests

public ItemWriterRetryCallbackTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testDoWithRetrySuccessfulFirstTime

public void testDoWithRetrySuccessfulFirstTime()
                                        throws Exception
Throws:
Exception

testContextInitializedWithItemAndCanRetry

public void testContextInitializedWithItemAndCanRetry()
                                               throws Exception
Throws:
Exception

testContextInitializedWithItemAndRegisterThrowable

public void testContextInitializedWithItemAndRegisterThrowable()
                                                        throws Exception
Throws:
Exception

testContextMarkedExhausted

public void testContextMarkedExhausted()
                                throws Exception
Throws:
Exception

testGetKey

public void testGetKey()
                throws Exception
Throws:
Exception

testRecoverWithoutSession

public void testRecoverWithoutSession()
                               throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.