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

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

public class ItemSkipPolicyItemHandlerTests
extends TestCase

Author:
Dave Syer

Constructor Summary
ItemSkipPolicyItemHandlerTests()
           
 
Method Summary
protected  void tearDown()
           
 void testHandleWithSkip()
           
 void testReadWithNoSkip()
           
 void testReadWithSkip()
           
 void testWriteWithNoSkip()
           
 void testWriteWithSkipAfterMark()
           
 void testWriteWithSkipAndItemKeyGenerator()
           
 void testWriteWithSkipCapacitBreached()
           
 void testWriteWithSkipWhenMutating()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemSkipPolicyItemHandlerTests

public ItemSkipPolicyItemHandlerTests()
Method Detail

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception

testReadWithNoSkip

public void testReadWithNoSkip()
                        throws Exception
Throws:
Exception

testReadWithSkip

public void testReadWithSkip()
                      throws Exception
Throws:
Exception

testWriteWithNoSkip

public void testWriteWithNoSkip()
                         throws Exception
Throws:
Exception

testHandleWithSkip

public void testHandleWithSkip()
                        throws Exception
Throws:
Exception

testWriteWithSkipAfterMark

public void testWriteWithSkipAfterMark()
                                throws Exception
Throws:
Exception

testWriteWithSkipAndItemKeyGenerator

public void testWriteWithSkipAndItemKeyGenerator()
                                          throws Exception
Throws:
Exception

testWriteWithSkipWhenMutating

public void testWriteWithSkipWhenMutating()
                                   throws Exception
Throws:
Exception

testWriteWithSkipCapacitBreached

public void testWriteWithSkipCapacitBreached()
                                      throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.