org.springframework.batch.repeat.support
Class RepeatSynchronizationManagerTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.repeat.support.RepeatSynchronizationManagerTests

public class RepeatSynchronizationManagerTests
extends TestCase


Constructor Summary
RepeatSynchronizationManagerTests()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testClear()
           
 void testGetContext()
           
 void testSetSessionCompleteOnly()
           
 void testSetSessionCompleteOnlyWithParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatSynchronizationManagerTests

public RepeatSynchronizationManagerTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception

testGetContext

public void testGetContext()

testSetSessionCompleteOnly

public void testSetSessionCompleteOnly()

testSetSessionCompleteOnlyWithParent

public void testSetSessionCompleteOnlyWithParent()

testClear

public void testClear()


Copyright © 2008 SpringSource. All Rights Reserved.