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

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

public class NoStartEndDocumentWriterTests
extends TestCase

Tests for NoStartEndDocumentStreamWriter

Author:
Robert Kasanicky

Constructor Summary
NoStartEndDocumentWriterTests()
           
 
Method Summary
protected  void setUp()
           
 void testNoStartEnd()
          StartDocument and EndDocument events are not passed to the wrapped writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoStartEndDocumentWriterTests

public NoStartEndDocumentWriterTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testNoStartEnd

public void testNoStartEnd()
                    throws Exception
StartDocument and EndDocument events are not passed to the wrapped writer.

Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.