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

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

public class AbstractEventReaderWrapperTests
extends TestCase

Author:
Lucas Ward

Constructor Summary
AbstractEventReaderWrapperTests()
           
 
Method Summary
protected  void setUp()
           
 void testClose()
           
 void testGetElementText()
           
 void testGetProperty()
           
 void testHasNext()
           
 void testNext()
           
 void testNextEvent()
           
 void testNextTag()
           
 void testPeek()
           
 void testRemove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEventReaderWrapperTests

public AbstractEventReaderWrapperTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testClose

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

testGetElementText

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

testGetProperty

public void testGetProperty()
                     throws IllegalArgumentException
Throws:
IllegalArgumentException

testHasNext

public void testHasNext()

testNext

public void testNext()

testNextEvent

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

testNextTag

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

testPeek

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

testRemove

public void testRemove()


Copyright © 2008 SpringSource. All Rights Reserved.