Spring Web Services Framework

org.springframework.oxm
Class AbstractUnmarshallerTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.oxm.AbstractUnmarshallerTestCase
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
CastorUnmarshallerTest, Jaxb1UnmarshallerTest, JibxUnmarshallerTest, XmlBeansUnmarshallerTest

public abstract class AbstractUnmarshallerTestCase
extends junit.framework.TestCase


Field Summary
protected static String INPUT_STRING
           
protected  org.springframework.oxm.Unmarshaller unmarshaller
           
 
Constructor Summary
AbstractUnmarshallerTestCase()
           
 
Method Summary
protected abstract  org.springframework.oxm.Unmarshaller createUnmarshaller()
           
protected  void setUp()
           
protected abstract  void testFlight(Object o)
           
protected abstract  void testFlights(Object o)
           
 void testUnmarshalDomSource()
           
 void testUnmarshalJaxp14StaxSourceXmlEventReader()
           
 void testUnmarshalJaxp14StaxSourceXmlStreamReader()
           
 void testUnmarshalPartialStaxSourceXmlStreamReader()
           
 void testUnmarshalSAXSource()
           
 void testUnmarshalStaxSourceXmlEventReader()
           
 void testUnmarshalStaxSourceXmlStreamReader()
           
 void testUnmarshalStreamSourceInputStream()
           
 void testUnmarshalStreamSourceReader()
           
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

unmarshaller

protected org.springframework.oxm.Unmarshaller unmarshaller

INPUT_STRING

protected static final String INPUT_STRING
See Also:
Constant Field Values
Constructor Detail

AbstractUnmarshallerTestCase

public AbstractUnmarshallerTestCase()
Method Detail

setUp

protected final void setUp()
                    throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

createUnmarshaller

protected abstract org.springframework.oxm.Unmarshaller createUnmarshaller()
                                                                    throws Exception
Throws:
Exception

testFlights

protected abstract void testFlights(Object o)

testFlight

protected abstract void testFlight(Object o)

testUnmarshalDomSource

public void testUnmarshalDomSource()
                            throws Exception
Throws:
Exception

testUnmarshalStreamSourceReader

public void testUnmarshalStreamSourceReader()
                                     throws Exception
Throws:
Exception

testUnmarshalStreamSourceInputStream

public void testUnmarshalStreamSourceInputStream()
                                          throws Exception
Throws:
Exception

testUnmarshalSAXSource

public void testUnmarshalSAXSource()
                            throws Exception
Throws:
Exception

testUnmarshalStaxSourceXmlStreamReader

public void testUnmarshalStaxSourceXmlStreamReader()
                                            throws Exception
Throws:
Exception

testUnmarshalStaxSourceXmlEventReader

public void testUnmarshalStaxSourceXmlEventReader()
                                           throws Exception
Throws:
Exception

testUnmarshalJaxp14StaxSourceXmlStreamReader

public void testUnmarshalJaxp14StaxSourceXmlStreamReader()
                                                  throws Exception
Throws:
Exception

testUnmarshalJaxp14StaxSourceXmlEventReader

public void testUnmarshalJaxp14StaxSourceXmlEventReader()
                                                 throws Exception
Throws:
Exception

testUnmarshalPartialStaxSourceXmlStreamReader

public void testUnmarshalPartialStaxSourceXmlStreamReader()
                                                   throws Exception
Throws:
Exception

Spring Web Services Framework

Copyright © 2005-2008 The Spring Web Services Framework. All Rights Reserved.