org.mule.providers.http
Class ServletConnectorTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.mule.tck.AbstractMuleTestCase
              extended byorg.mule.tck.providers.AbstractConnectorTestCase
                  extended byorg.mule.providers.http.ServletConnectorTestCase
All Implemented Interfaces:
Test

public class ServletConnectorTestCase
extends org.mule.tck.providers.AbstractConnectorTestCase


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.providers.AbstractConnectorTestCase
connector, descriptor, model
 
Fields inherited from class org.mule.tck.AbstractMuleTestCase
logger
 
Constructor Summary
ServletConnectorTestCase()
           
 
Method Summary
 org.mule.umo.provider.UMOConnector getConnector()
           
 String getTestEndpointURI()
           
 Object getValidMessage()
           
 void testConnectorMessageDispatcher()
           
 void testConnectorMessageDispatcherFactory()
           
 
Methods inherited from class org.mule.tck.providers.AbstractConnectorTestCase
doSetUp, doTearDown, testConnectorBeanProps, testConnectorExceptionHandling, testConnectorInitialise, testConnectorLifecycle, testConnectorListenerSupport, testConnectorMessageAdapter
 
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, suitePreSetUp, 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

ServletConnectorTestCase

public ServletConnectorTestCase()
Method Detail

getConnector

public org.mule.umo.provider.UMOConnector getConnector()
                                                throws Exception
Throws:
Exception

getTestEndpointURI

public String getTestEndpointURI()

getValidMessage

public Object getValidMessage()
                       throws Exception
Throws:
Exception

testConnectorMessageDispatcherFactory

public void testConnectorMessageDispatcherFactory()
                                           throws Exception
Throws:
Exception

testConnectorMessageDispatcher

public void testConnectorMessageDispatcher()
                                    throws Exception
Throws:
Exception


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