org.springframework.batch.item.support
Class CompositeItemStreamTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.support.CompositeItemStreamTests

public class CompositeItemStreamTests
extends TestCase

Author:
Dave Syer

Constructor Summary
CompositeItemStreamTests()
           
 
Method Summary
 void testClose()
           
 void testCloseDoesNotUnregister()
           
 void testMark()
           
 void testRegisterAndOpen()
           
 void testRegisterTwice()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeItemStreamTests

public CompositeItemStreamTests()
Method Detail

testRegisterAndOpen

public void testRegisterAndOpen()

testRegisterTwice

public void testRegisterTwice()

testMark

public void testMark()

testClose

public void testClose()

testCloseDoesNotUnregister

public void testCloseDoesNotUnregister()


Copyright © 2008 SpringSource. All Rights Reserved.