org.springframework.batch.retry.support
Class RetrySynchronizationManagerTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.retry.support.RetrySynchronizationManagerTests

public class RetrySynchronizationManagerTests
extends TestCase

Author:
Dave Syer

Constructor Summary
RetrySynchronizationManagerTests()
           
 
Method Summary
static RetryContext clearAll()
          Clear all contexts starting with the current one and continuing until RetrySynchronizationManager.clear() returns null.
protected  void setUp()
           
 void testClear()
           
 void testParent()
           
 void testStatusIsStoredByTemplate()
           
 void testStatusRegistration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetrySynchronizationManagerTests

public RetrySynchronizationManagerTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testStatusIsStoredByTemplate

public void testStatusIsStoredByTemplate()
                                  throws Exception
Throws:
Exception

testStatusRegistration

public void testStatusRegistration()
                            throws Exception
Throws:
Exception

testClear

public void testClear()
               throws Exception
Throws:
Exception

testParent

public void testParent()
                throws Exception
Throws:
Exception

clearAll

public static RetryContext clearAll()
Clear all contexts starting with the current one and continuing until RetrySynchronizationManager.clear() returns null.



Copyright © 2008 SpringSource. All Rights Reserved.