org.springframework.batch.item.xml.stax
Class DefaultTransactionalEventReaderTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.xml.stax.DefaultTransactionalEventReaderTests

public class DefaultTransactionalEventReaderTests
extends TestCase

Tests for DefaultTransactionalEventReader.

Author:
Robert Kasanicky

Constructor Summary
DefaultTransactionalEventReaderTests()
           
 
Method Summary
protected  void setUp()
           
 void testRemove()
          Remove operation is not supported
 void testRollback()
          Rollback scenario.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTransactionalEventReaderTests

public DefaultTransactionalEventReaderTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testRollback

public void testRollback()
                  throws Exception
Rollback scenario.

Throws:
Exception

testRemove

public void testRemove()
Remove operation is not supported



Copyright © 2008 SpringSource. All Rights Reserved.