Spring Web Services Framework

org.springframework.ws.transport.http
Class AbstractHttpWebServiceMessageSenderIntegrationTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.custommonkey.xmlunit.XMLTestCase
              extended by org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSenderIntegrationTestCase
All Implemented Interfaces:
junit.framework.Test, org.custommonkey.xmlunit.XMLConstants, org.custommonkey.xmlunit.XSLTConstants
Direct Known Subclasses:
CommonsHttpMessageSenderIntegrationTest, HttpUrlConnectionMessageSenderIntegrationTest

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


Field Summary
 
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
AbstractHttpWebServiceMessageSenderIntegrationTestCase()
           
 
Method Summary
protected abstract  org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender createMessageSender()
           
protected  void setUp()
           
protected  void tearDown()
           
 void testSendAndReceiveCompressed()
           
 void testSendAndReceiveCompressedInvalidContentSize()
           
 void testSendAndReceiveFault()
           
 void testSendAndReceiveInvalidContentSize()
           
 void testSendAndReceiveNoResponse()
           
 void testSendAndReceiveNoResponseAccepted()
           
 void testSendAndReceiveResponse()
           
 
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, 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

AbstractHttpWebServiceMessageSenderIntegrationTestCase

public AbstractHttpWebServiceMessageSenderIntegrationTestCase()
Method Detail

setUp

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

createMessageSender

protected abstract org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender createMessageSender()

tearDown

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

testSendAndReceiveResponse

public void testSendAndReceiveResponse()
                                throws Exception
Throws:
Exception

testSendAndReceiveNoResponse

public void testSendAndReceiveNoResponse()
                                  throws Exception
Throws:
Exception

testSendAndReceiveNoResponseAccepted

public void testSendAndReceiveNoResponseAccepted()
                                          throws Exception
Throws:
Exception

testSendAndReceiveCompressed

public void testSendAndReceiveCompressed()
                                  throws Exception
Throws:
Exception

testSendAndReceiveInvalidContentSize

public void testSendAndReceiveInvalidContentSize()
                                          throws Exception
Throws:
Exception

testSendAndReceiveCompressedInvalidContentSize

public void testSendAndReceiveCompressedInvalidContentSize()
                                                    throws Exception
Throws:
Exception

testSendAndReceiveFault

public void testSendAndReceiveFault()
                             throws Exception
Throws:
Exception

Spring Web Services Framework

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