Spring Web Services Framework

org.springframework.oxm.jaxb
Class Jaxb1MarshallerTest

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
                  extended by org.springframework.oxm.jaxb.AbstractJaxbMarshallerTestCase
                      extended by org.springframework.oxm.jaxb.Jaxb1MarshallerTest
All Implemented Interfaces:
junit.framework.Test, org.custommonkey.xmlunit.XMLConstants, org.custommonkey.xmlunit.XSLTConstants

public class Jaxb1MarshallerTest
extends AbstractJaxbMarshallerTestCase


Field Summary
 
Fields inherited from class org.springframework.oxm.AbstractMarshallerTestCase
EXPECTED_STRING, flights, marshaller
 
Fields inherited from interface org.custommonkey.xmlunit.XSLTConstants
XSLT_END, XSLT_IDENTITY_TEMPLATE, XSLT_START, 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, 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
Jaxb1MarshallerTest()
           
 
Method Summary
protected  Object createFlights()
           
protected  org.springframework.oxm.Marshaller createMarshaller()
           
 void testInvalidContextPath()
           
 void testNoContextPath()
           
 void testProperties()
           
 void testSupports()
           
 
Methods inherited from class org.springframework.oxm.jaxb.AbstractJaxbMarshallerTestCase
testMarshalSaxResult
 
Methods inherited from class org.springframework.oxm.AbstractMarshallerTestCase
setUp, testMarshalDOMResult, testMarshalStaxResultXMLEventWriter, testMarshalStaxResultXMLStreamWriter, testMarshalStreamResultOutputStream, testMarshalStreamResultWriter
 
Methods inherited from class org.custommonkey.xmlunit.XMLTestCase
assertNodeTestPasses, assertNodeTestPasses, assertNotXpathExists, assertNotXpathExists, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLIdentical, assertXMLIdentical, assertXMLIdentical, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLValid, assertXMLValid, assertXMLValid, assertXMLValid, assertXpathEvaluatesTo, assertXpathEvaluatesTo, assertXpathExists, assertXpathExists, assertXpathNotExists, assertXpathNotExists, assertXpathsEqual, assertXpathsEqual, assertXpathsEqual, assertXpathsEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, compareXML, compareXML, compareXML, compareXML, compareXML, setControlParser, setIgnoreWhitespace, setTestParser
 
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

Jaxb1MarshallerTest

public Jaxb1MarshallerTest()
Method Detail

createMarshaller

protected final org.springframework.oxm.Marshaller createMarshaller()
                                                             throws Exception
Specified by:
createMarshaller in class AbstractMarshallerTestCase
Throws:
Exception

createFlights

protected Object createFlights()
Specified by:
createFlights in class AbstractMarshallerTestCase

testProperties

public void testProperties()
                    throws Exception
Throws:
Exception

testNoContextPath

public void testNoContextPath()
                       throws Exception
Throws:
Exception

testInvalidContextPath

public void testInvalidContextPath()
                            throws Exception
Throws:
Exception

testSupports

public void testSupports()
                  throws Exception
Throws:
Exception

Spring Web Services Framework

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