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

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.batch.item.xml.stax.AbstractEventReaderWrapperTests
All Implemented Interfaces:
junit.framework.Test

public class AbstractEventReaderWrapperTests
extends junit.framework.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 junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractEventReaderWrapperTests

public AbstractEventReaderWrapperTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
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.