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

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

public class AbstractEventWriterWrapperTests
extends TestCase

Author:
Lucas Ward

Constructor Summary
AbstractEventWriterWrapperTests()
           
 
Method Summary
protected  void setUp()
           
 void testAdd()
           
 void testAddReader()
           
 void testClose()
           
 void testFlush()
           
 void testGetNamespaceContext()
           
 void testGetPrefix()
           
 void testSetDefaultNamespace()
           
 void testSetNamespaceContext()
           
 void testSetPrefix()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEventWriterWrapperTests

public AbstractEventWriterWrapperTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testAdd

public void testAdd()
             throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

testAddReader

public void testAddReader()
                   throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

testClose

public void testClose()
               throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

testFlush

public void testFlush()
               throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

testGetNamespaceContext

public void testGetNamespaceContext()

testGetPrefix

public void testGetPrefix()
                   throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

testSetDefaultNamespace

public void testSetDefaultNamespace()
                             throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

testSetNamespaceContext

public void testSetNamespaceContext()
                             throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

testSetPrefix

public void testSetPrefix()
                   throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException


Copyright © 2008 SpringSource. All Rights Reserved.