org.springframework.batch.core.step.item
Class StepExecutorInterruptionTests

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

public class StepExecutorInterruptionTests
extends TestCase


Constructor Summary
StepExecutorInterruptionTests()
           
 
Method Summary
 void setUp()
           
 void testInterruptChunk()
           
 void testInterruptOnInterruptedException()
           
 void testInterruptStep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepExecutorInterruptionTests

public StepExecutorInterruptionTests()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testInterruptChunk

public void testInterruptChunk()
                        throws Exception
Throws:
Exception

testInterruptStep

public void testInterruptStep()
                       throws Exception
Throws:
Exception

testInterruptOnInterruptedException

public void testInterruptOnInterruptedException()
                                         throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.