Spring Web Services Framework

org.springframework.ws.server.endpoint
Class AbstractEndpointTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.custommonkey.xmlunit.XMLTestCase
              extended by org.springframework.ws.server.endpoint.AbstractEndpointTestCase
All Implemented Interfaces:
junit.framework.Test, org.custommonkey.xmlunit.XMLConstants, org.custommonkey.xmlunit.XSLTConstants
Direct Known Subclasses:
AbstractMessageEndpointTestCase, AbstractPayloadEndpointTestCase

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


Field Summary
protected static String NAMESPACE_URI
           
protected static String REQUEST
           
protected static String REQUEST_ELEMENT
           
protected static String RESPONSE
           
protected static String RESPONSE_ELEMENT
           
 
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
AbstractEndpointTestCase()
           
 
Method Summary
 void testDomSource()
           
 void testSaxSource()
           
protected abstract  void testSource(Source requestSource)
           
 void testStaxSourceEventReader()
           
 void testStaxSourceStreamReader()
           
 void testStreamSourceInputStream()
           
 void testStreamSourceReader()
           
 
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, setUp, 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

NAMESPACE_URI

protected static final String NAMESPACE_URI
See Also:
Constant Field Values

REQUEST_ELEMENT

protected static final String REQUEST_ELEMENT
See Also:
Constant Field Values

RESPONSE_ELEMENT

protected static final String RESPONSE_ELEMENT
See Also:
Constant Field Values

REQUEST

protected static final String REQUEST
See Also:
Constant Field Values

RESPONSE

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

AbstractEndpointTestCase

public AbstractEndpointTestCase()
Method Detail

testDomSource

public void testDomSource()
                   throws Exception
Throws:
Exception

testSaxSource

public void testSaxSource()
                   throws Exception
Throws:
Exception

testStaxSourceEventReader

public void testStaxSourceEventReader()
                               throws Exception
Throws:
Exception

testStaxSourceStreamReader

public void testStaxSourceStreamReader()
                                throws Exception
Throws:
Exception

testStreamSourceInputStream

public void testStreamSourceInputStream()
                                 throws Exception
Throws:
Exception

testStreamSourceReader

public void testStreamSourceReader()
                            throws Exception
Throws:
Exception

testSource

protected abstract void testSource(Source requestSource)
                            throws Exception
Throws:
Exception

Spring Web Services Framework

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