org.springframework.batch.repeat.policy
Class CountingCompletionPolicyTests

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

public class CountingCompletionPolicyTests
extends junit.framework.TestCase


Constructor Summary
CountingCompletionPolicyTests()
           
 
Method Summary
 void testDefaultBehaviour()
           
 void testDefaultBehaviourWithUpdate()
           
 void testFinishedResult()
           
 void testNullResult()
           
 void testUpdateNotSavedAcrossSession()
           
 void testUpdateSavedAcrossSession()
           
 
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

CountingCompletionPolicyTests

public CountingCompletionPolicyTests()
Method Detail

testDefaultBehaviour

public void testDefaultBehaviour()
                          throws Exception
Throws:
Exception

testNullResult

public void testNullResult()
                    throws Exception
Throws:
Exception

testFinishedResult

public void testFinishedResult()
                        throws Exception
Throws:
Exception

testDefaultBehaviourWithUpdate

public void testDefaultBehaviourWithUpdate()
                                    throws Exception
Throws:
Exception

testUpdateNotSavedAcrossSession

public void testUpdateNotSavedAcrossSession()
                                     throws Exception
Throws:
Exception

testUpdateSavedAcrossSession

public void testUpdateSavedAcrossSession()
                                  throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.