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

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.mule.tck.AbstractMuleTestCase
              extended by org.mule.tck.FunctionalTestCase
                  extended by org.mule.providers.soap.axis.style.AxisMessageStyleServiceWithoutNamespaceTestCase
All Implemented Interfaces:
Test, org.mule.tck.TestCaseWatchdogTimeoutHandler

public class AxisMessageStyleServiceWithoutNamespaceTestCase
extends org.mule.tck.FunctionalTestCase


Nested Class Summary
 
Nested classes/interfaces 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
IGNORED_DOT_MULE_DIRS, logger
 
Constructor Summary
AxisMessageStyleServiceWithoutNamespaceTestCase()
           
 
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
createTestInfo, createWatchdog, disposeManager, getDefaultModel, getManager, getName, getTestComponent, getTestConnector, getTestDescriptor, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInfo, getTestManager, getTestSession, getTestTransformer, handleTimeout, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isDisposeManagerPerSuite, isExcluded, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AxisMessageStyleServiceWithoutNamespaceTestCase

public AxisMessageStyleServiceWithoutNamespaceTestCase()
Method Detail

getConfigResources

public String getConfigResources()
Specified by:
getConfigResources in class org.mule.tck.FunctionalTestCase

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.