Spring Web Services Framework

org.springframework.oxm.xmlbeans
Class XmlBeansUnmarshallerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.oxm.AbstractUnmarshallerTestCase
              extended by org.springframework.oxm.xmlbeans.XmlBeansUnmarshallerTest
All Implemented Interfaces:
junit.framework.Test

public class XmlBeansUnmarshallerTest
extends AbstractUnmarshallerTestCase


Field Summary
 
Fields inherited from class org.springframework.oxm.AbstractUnmarshallerTestCase
INPUT_STRING, unmarshaller
 
Constructor Summary
XmlBeansUnmarshallerTest()
           
 
Method Summary
protected  org.springframework.oxm.Unmarshaller createUnmarshaller()
           
protected  void testFlight(Object o)
           
protected  void testFlights(Object o)
           
 void testUnmarshalPartialStaxSourceXmlStreamReader()
           
 void testValidate()
           
 
Methods inherited from class org.springframework.oxm.AbstractUnmarshallerTestCase
setUp, testUnmarshalDomSource, testUnmarshalSAXSource, testUnmarshalStaxSourceXmlEventReader, testUnmarshalStaxSourceXmlStreamReader, testUnmarshalStreamSourceInputStream, 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
 

Constructor Detail

XmlBeansUnmarshallerTest

public XmlBeansUnmarshallerTest()
Method Detail

createUnmarshaller

protected org.springframework.oxm.Unmarshaller createUnmarshaller()
                                                           throws Exception
Specified by:
createUnmarshaller in class AbstractUnmarshallerTestCase
Throws:
Exception

testFlights

protected void testFlights(Object o)
Specified by:
testFlights in class AbstractUnmarshallerTestCase

testFlight

protected void testFlight(Object o)
Specified by:
testFlight in class AbstractUnmarshallerTestCase

testUnmarshalPartialStaxSourceXmlStreamReader

public void testUnmarshalPartialStaxSourceXmlStreamReader()
                                                   throws Exception
Overrides:
testUnmarshalPartialStaxSourceXmlStreamReader in class AbstractUnmarshallerTestCase
Throws:
Exception

testValidate

public void testValidate()
                  throws Exception
Throws:
Exception

Spring Web Services Framework

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