org.springframework.batch.repeat.context
Class RepeatContextSupportTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.batch.repeat.context.RepeatContextSupportTests
All Implemented Interfaces:
junit.framework.Test

public class RepeatContextSupportTests
extends junit.framework.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 junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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.