org.springframework.batch.core.step
Class ThreadStepInterruptionPolicyTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.core.step.ThreadStepInterruptionPolicyTests

public class ThreadStepInterruptionPolicyTests
extends TestCase

Author:
Dave Syer

Constructor Summary
ThreadStepInterruptionPolicyTests()
           
 
Method Summary
 void testCheckInterruptedComplete()
          Test method for ThreadStepInterruptionPolicy.checkInterrupted(StepExecution).
 void testCheckInterruptedNotComplete()
          Test method for ThreadStepInterruptionPolicy.checkInterrupted(StepExecution).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadStepInterruptionPolicyTests

public ThreadStepInterruptionPolicyTests()
Method Detail

testCheckInterruptedNotComplete

public void testCheckInterruptedNotComplete()
                                     throws Exception
Test method for ThreadStepInterruptionPolicy.checkInterrupted(StepExecution).

Throws:
Exception

testCheckInterruptedComplete

public void testCheckInterruptedComplete()
                                  throws Exception
Test method for ThreadStepInterruptionPolicy.checkInterrupted(StepExecution).

Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.