org.springframework.batch.repeat.context
Class RepeatContextSupportTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.repeat.context.RepeatContextSupportTests

public class RepeatContextSupportTests
extends TestCase

Author:
dsyer

Constructor Summary
RepeatContextSupportTests()
           
 
Method Summary
 void testDestructionCallbackMissingAttribute()
          Test method for RepeatContextSupport.registerDestructionCallback(java.lang.String, java.lang.Runnable).
 void testDestructionCallbackSunnyDay()
          Test method for RepeatContextSupport.registerDestructionCallback(java.lang.String, java.lang.Runnable).
 void testDestructionCallbackWithException()
          Test method for RepeatContextSupport.registerDestructionCallback(java.lang.String, java.lang.Runnable).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatContextSupportTests

public RepeatContextSupportTests()
Method Detail

testDestructionCallbackSunnyDay

public void testDestructionCallbackSunnyDay()
                                     throws Exception
Test method for RepeatContextSupport.registerDestructionCallback(java.lang.String, java.lang.Runnable).

Throws:
Exception

testDestructionCallbackMissingAttribute

public void testDestructionCallbackMissingAttribute()
                                             throws Exception
Test method for RepeatContextSupport.registerDestructionCallback(java.lang.String, java.lang.Runnable).

Throws:
Exception

testDestructionCallbackWithException

public void testDestructionCallbackWithException()
                                          throws Exception
Test method for RepeatContextSupport.registerDestructionCallback(java.lang.String, java.lang.Runnable).

Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.