org.springframework.batch.repeat.policy
Class CountingCompletionPolicyTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.repeat.policy.CountingCompletionPolicyTests

public class CountingCompletionPolicyTests
extends TestCase


Constructor Summary
CountingCompletionPolicyTests()
           
 
Method Summary
 void testDefaultBehaviour()
           
 void testDefaultBehaviourWithUpdate()
           
 void testFinishedResult()
           
 void testNullResult()
           
 void testUpdateNotSavedAcrossSession()
           
 void testUpdateSavedAcrossSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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.