Class AbstractTransportTest

  • All Implemented Interfaces:
    junit.framework.Test

    public abstract class AbstractTransportTest
    extends junit.framework.TestCase
    • Constructor Detail

      • AbstractTransportTest

        public AbstractTransportTest()
    • Method Detail

      • setUp

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

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

        protected OMElement createPayload​(String textValue)
        Create the payload for an echoOMElement request
        Returns:
      • createPayload

        protected OMElement createPayload()
      • assertEchoResponse

        protected void assertEchoResponse​(String textValue,
                                          OMElement element)
      • assertEchoResponse

        protected void assertEchoResponse​(OMElement element)
      • assertSOAPEchoResponse

        protected void assertSOAPEchoResponse​(String textValue,
                                              XMLStreamReader reader)
      • assertSOAPEchoResponse

        protected void assertSOAPEchoResponse​(XMLStreamReader reader)