Spring Web Services Framework

org.springframework.oxm.castor
Class CastorUnmarshallerTest

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

public class CastorUnmarshallerTest
extends AbstractUnmarshallerTestCase


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

CastorUnmarshallerTest

public CastorUnmarshallerTest()
Method Detail

testFlights

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

testFlight

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

createUnmarshaller

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

testUnmarshalTargetClass

public void testUnmarshalTargetClass()
                              throws Exception
Throws:
Exception

testSetBothTargetClassAndMapping

public void testSetBothTargetClassAndMapping()
                                      throws IOException
Throws:
IOException

Spring Web Services Framework

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