org.mule.endpoint
Class EndpointFactoryTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.mule.tck.AbstractMuleTestCase
              extended by org.mule.endpoint.EndpointFactoryTestCase
All Implemented Interfaces:
Test, TestCaseWatchdogTimeoutHandler

public class EndpointFactoryTestCase
extends AbstractMuleTestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class org.mule.tck.AbstractMuleTestCase
AbstractMuleTestCase.TestInfo
 
Field Summary
 
Fields inherited from class org.mule.tck.AbstractMuleTestCase
callbackCalled, IGNORED_DOT_MULE_DIRS, LOCK_TIMEOUT, logger, muleContext, RECEIVE_TIMEOUT, TEST_MESSAGE
 
Constructor Summary
EndpointFactoryTestCase()
           
 
Method Summary
 void testCreateEndpoint()
           
 void testCreateEndpointByCustomizingEndpointBuilder()
           
 void testCreateEndpointFromGlobalEndpoint()
           
 void testCreateEndpointFromNamedConcreteEndpoint()
           
 void testCreateInboundEndpoint()
           
 void testCreateInboundEndpointFromGlobalEndpoint()
           
 void testCreateInboundEndpointFromNamedConcreteEndpoint()
           
 void testCreateInboundEndpointWithBuilder()
           
 void testCreateOutboundEndpoint()
           
 void testCreateoutboundEndpointFromGlobalEndpoint()
           
 void testCreateoutboundEndpointFromNamedConcreteEndpoint()
           
 void testCreateOutboundEndpointWithBuilder()
           
 
Methods inherited from class org.mule.tck.AbstractMuleTestCase
configureMuleContext, createMuleContext, createTestInfo, createWatchdog, disposeManager, doSetUp, doTearDown, getBuilder, getConfigurationResources, getName, getStartUpProperties, getTestConnector, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEvent, getTestInfo, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestService, getTestService, getTestService, getTestSession, getTestTransformer, handleTimeout, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isDisposeManagerPerSuite, isExcluded, isOffline, isStartContext, registerTestMethod, run, runBare, setDisposeManagerPerSuite, setName, setStartContext, setUp, suitePostTearDown, suitePreSetUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, run, runTest, 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

EndpointFactoryTestCase

public EndpointFactoryTestCase()
Method Detail

testCreateInboundEndpoint

public void testCreateInboundEndpoint()
                               throws org.mule.api.MuleException
Throws:
org.mule.api.MuleException

testCreateInboundEndpointFromGlobalEndpoint

public void testCreateInboundEndpointFromGlobalEndpoint()
                                                 throws org.mule.api.MuleException
Throws:
org.mule.api.MuleException

testCreateInboundEndpointFromNamedConcreteEndpoint

public void testCreateInboundEndpointFromNamedConcreteEndpoint()
                                                        throws org.mule.api.MuleException
Throws:
org.mule.api.MuleException

testCreateOutboundEndpoint

public void testCreateOutboundEndpoint()
                                throws org.mule.api.MuleException
Throws:
org.mule.api.MuleException

testCreateoutboundEndpointFromGlobalEndpoint

public void testCreateoutboundEndpointFromGlobalEndpoint()
                                                  throws org.mule.api.MuleException
Throws:
org.mule.api.MuleException

testCreateoutboundEndpointFromNamedConcreteEndpoint

public void testCreateoutboundEndpointFromNamedConcreteEndpoint()
                                                         throws org.mule.api.MuleException
Throws:
org.mule.api.MuleException

testCreateInboundEndpointWithBuilder

public void testCreateInboundEndpointWithBuilder()
                                          throws org.mule.api.MuleException
Throws:
org.mule.api.MuleException

testCreateOutboundEndpointWithBuilder

public void testCreateOutboundEndpointWithBuilder()
                                           throws org.mule.api.MuleException
Throws:
org.mule.api.MuleException

testCreateEndpoint

public void testCreateEndpoint()
                        throws org.mule.api.MuleException
Throws:
org.mule.api.MuleException

testCreateEndpointFromGlobalEndpoint

public void testCreateEndpointFromGlobalEndpoint()
                                          throws org.mule.api.MuleException
Throws:
org.mule.api.MuleException

testCreateEndpointFromNamedConcreteEndpoint

public void testCreateEndpointFromNamedConcreteEndpoint()
                                                 throws org.mule.api.MuleException
Throws:
org.mule.api.MuleException

testCreateEndpointByCustomizingEndpointBuilder

public void testCreateEndpointByCustomizingEndpointBuilder()
                                                    throws org.mule.api.MuleException
Throws:
org.mule.api.MuleException


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