org.mule.providers.soap.axis.style
Class AxisMessageStyleServiceTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.mule.tck.AbstractMuleTestCase
              extended byorg.mule.tck.FunctionalTestCase
                  extended byorg.mule.providers.soap.axis.style.AxisMessageStyleServiceTestCase
All Implemented Interfaces:
Test

public class AxisMessageStyleServiceTestCase
extends org.mule.tck.FunctionalTestCase


Nested Class Summary
 
Nested classes inherited from class org.mule.tck.AbstractMuleTestCase
org.mule.tck.AbstractMuleTestCase.TestInfo
 
Field Summary
 
Fields inherited from class org.mule.tck.FunctionalTestCase
DEFAULT_BUILDER_CLASS
 
Fields inherited from class org.mule.tck.AbstractMuleTestCase
logger
 
Constructor Summary
AxisMessageStyleServiceTestCase()
           
 
Method Summary
protected  void doSoapRequest(javax.xml.namespace.QName method, String endpoint, boolean useAxisApi, boolean useSoapMethod, boolean useQNameMethod)
           
 String getConfigResources()
           
protected static String getServiceEndpoint()
           
 void testDocumentWithAxisApi()
           
 void testDocumentWithNamesapce()
           
 void testDocumentWithQName()
           
 void testDocumentWithSoapMethod()
           
 void testElementArrayWithAxisApi()
           
 void testElementArrayWithNamesapce()
           
 void testElementArrayWithQName()
           
 void testElementArrayWithSoapMethod()
           
 void testSoapBodyElementWithAxisApi()
           
 void testSoapBodyElementWithNamesapce()
           
 void testSoapBodyElementWithQName()
           
 void testSoapBodyElementWithSoapMethod()
           
 void testSoapRequestResponseWithAxisApi()
           
 
Methods inherited from class org.mule.tck.FunctionalTestCase
doFunctionalTearDown, doPostFunctionalSetUp, doPreFunctionalSetUp, doSetUp, doTearDown, getBuilder, setupManager, suitePreSetUp
 
Methods inherited from class org.mule.tck.AbstractMuleTestCase
addTest, disposeManager, finalize, getDefaultModel, getManager, getName, getTestComponent, getTestConnector, getTestDescriptor, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInfo, getTestManager, getTestSession, getTestTransformer, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isOffline, run, runBare, setDisposeManagerPerSuite, setUp, suitePostSetUp, suitePostTearDown, suitePreTearDown, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, run, 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, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AxisMessageStyleServiceTestCase

public AxisMessageStyleServiceTestCase()
Method Detail

getConfigResources

public String getConfigResources()

getServiceEndpoint

protected static String getServiceEndpoint()

testDocumentWithNamesapce

public void testDocumentWithNamesapce()
                               throws Exception
Throws:
Exception

testDocumentWithQName

public void testDocumentWithQName()
                           throws Exception
Throws:
Exception

testDocumentWithAxisApi

public void testDocumentWithAxisApi()
                             throws Exception
Throws:
Exception

testDocumentWithSoapMethod

public void testDocumentWithSoapMethod()
                                throws Exception
Throws:
Exception

testElementArrayWithSoapMethod

public void testElementArrayWithSoapMethod()
                                    throws Exception
Throws:
Exception

testElementArrayWithNamesapce

public void testElementArrayWithNamesapce()
                                   throws Exception
Throws:
Exception

testElementArrayWithQName

public void testElementArrayWithQName()
                               throws Exception
Throws:
Exception

testElementArrayWithAxisApi

public void testElementArrayWithAxisApi()
                                 throws Exception
Throws:
Exception

testSoapBodyElementWithSoapMethod

public void testSoapBodyElementWithSoapMethod()
                                       throws Exception
Throws:
Exception

testSoapBodyElementWithNamesapce

public void testSoapBodyElementWithNamesapce()
                                      throws Exception
Throws:
Exception

testSoapBodyElementWithQName

public void testSoapBodyElementWithQName()
                                  throws Exception
Throws:
Exception

testSoapBodyElementWithAxisApi

public void testSoapBodyElementWithAxisApi()
                                    throws Exception
Throws:
Exception

testSoapRequestResponseWithAxisApi

public void testSoapRequestResponseWithAxisApi()
                                        throws Exception
Throws:
Exception

doSoapRequest

protected void doSoapRequest(javax.xml.namespace.QName method,
                             String endpoint,
                             boolean useAxisApi,
                             boolean useSoapMethod,
                             boolean useQNameMethod)
                      throws Exception
Throws:
Exception


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.