Spring Web Services Framework

org.springframework.oxm
Class AbstractMarshallerTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.custommonkey.xmlunit.XMLTestCase
              extended by org.springframework.oxm.AbstractMarshallerTestCase
All Implemented Interfaces:
junit.framework.Test, org.custommonkey.xmlunit.XMLConstants, org.custommonkey.xmlunit.XSLTConstants
Direct Known Subclasses:
AbstractJaxbMarshallerTestCase, CastorMarshallerTest, JibxMarshallerTest, XmlBeansMarshallerTest

public abstract class AbstractMarshallerTestCase
extends org.custommonkey.xmlunit.XMLTestCase


Field Summary
protected static String EXPECTED_STRING
           
protected  Object flights
           
protected  org.springframework.oxm.Marshaller marshaller
           
 
Fields inherited from interface org.custommonkey.xmlunit.XSLTConstants
XSLT_END, XSLT_IDENTITY_TEMPLATE, XSLT_START, XSLT_START_NO_VERSION, XSLT_STRIP_COMMENTS_TEMPLATE, XSLT_STRIP_WHITESPACE, XSLT_XML_OUTPUT_NOINDENT
 
Fields inherited from interface org.custommonkey.xmlunit.XMLConstants
CLOSE_NODE, END_CDATA, END_COMMENT, END_PROCESSING_INSTRUCTION, OPEN_END_NODE, OPEN_START_NODE, START_CDATA, START_COMMENT, START_DOCTYPE, START_PROCESSING_INSTRUCTION, W3C_XML_SCHEMA_INSTANCE_NO_NAMESPACE_SCHEMA_LOCATION_ATTR, W3C_XML_SCHEMA_INSTANCE_NS_URI, W3C_XML_SCHEMA_INSTANCE_SCHEMA_LOCATION_ATTR, W3C_XML_SCHEMA_NS_URI, XML_DECLARATION, XMLNS_PREFIX, XPATH_ATTRIBUTE_IDENTIFIER, XPATH_CHARACTER_NODE_IDENTIFIER, XPATH_COMMENT_IDENTIFIER, XPATH_NODE_INDEX_END, XPATH_NODE_INDEX_START, XPATH_PROCESSING_INSTRUCTION_IDENTIFIER, XPATH_SEPARATOR
 
Constructor Summary
AbstractMarshallerTestCase()
           
 
Method Summary
protected abstract  Object createFlights()
           
protected abstract  org.springframework.oxm.Marshaller createMarshaller()
           
protected  void setUp()
           
 void testMarshalDOMResult()
           
 void testMarshalJaxp14StaxResultEventWriter()
           
 void testMarshalJaxp14StaxResultStreamWriter()
           
 void testMarshalStaxResultEventWriter()
           
 void testMarshalStaxResultStreamWriter()
           
 void testMarshalStreamResultOutputStream()
           
 void testMarshalStreamResultWriter()
           
 
Methods inherited from class org.custommonkey.xmlunit.XMLTestCase
assertNodeTestPasses, assertNodeTestPasses, assertNodeTestPasses, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLIdentical, assertXMLIdentical, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLValid, assertXMLValid, assertXMLValid, assertXMLValid, assertXMLValid, assertXMLValid, assertXMLValid, assertXpathEvaluatesTo, assertXpathEvaluatesTo, assertXpathEvaluatesTo, assertXpathExists, assertXpathExists, assertXpathExists, assertXpathNotExists, assertXpathNotExists, assertXpathNotExists, assertXpathsEqual, assertXpathsEqual, assertXpathsEqual, assertXpathsEqual, assertXpathsEqual, assertXpathsEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, compareXML, compareXML, compareXML, compareXML, compareXML, compareXML
 
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

marshaller

protected org.springframework.oxm.Marshaller marshaller

flights

protected Object flights

EXPECTED_STRING

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

AbstractMarshallerTestCase

public AbstractMarshallerTestCase()
Method Detail

setUp

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

createMarshaller

protected abstract org.springframework.oxm.Marshaller createMarshaller()
                                                                throws Exception
Throws:
Exception

createFlights

protected abstract Object createFlights()

testMarshalDOMResult

public void testMarshalDOMResult()
                          throws Exception
Throws:
Exception

testMarshalStreamResultWriter

public void testMarshalStreamResultWriter()
                                   throws Exception
Throws:
Exception

testMarshalStreamResultOutputStream

public void testMarshalStreamResultOutputStream()
                                         throws Exception
Throws:
Exception

testMarshalStaxResultStreamWriter

public void testMarshalStaxResultStreamWriter()
                                       throws Exception
Throws:
Exception

testMarshalStaxResultEventWriter

public void testMarshalStaxResultEventWriter()
                                      throws Exception
Throws:
Exception

testMarshalJaxp14StaxResultStreamWriter

public void testMarshalJaxp14StaxResultStreamWriter()
                                             throws Exception
Throws:
Exception

testMarshalJaxp14StaxResultEventWriter

public void testMarshalJaxp14StaxResultEventWriter()
                                            throws Exception
Throws:
Exception

Spring Web Services Framework

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