org.mule.tck.model
Class AbstractEntryPointDiscoveryTestCase
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.tck.model.AbstractEntryPointDiscoveryTestCase
- All Implemented Interfaces:
- Test, TestCaseWatchdogTimeoutHandler
public abstract class AbstractEntryPointDiscoveryTestCase
- extends AbstractMuleTestCase
Methods inherited from class org.mule.tck.AbstractMuleTestCase |
createTestInfo, createWatchdog, disposeManager, doSetUp, doTearDown, 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, suitePreSetUp, suitePreTearDown, tearDown |
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 |
AbstractEntryPointDiscoveryTestCase
public AbstractEntryPointDiscoveryTestCase()
testFailEntryPointDiscovery
public void testFailEntryPointDiscovery()
throws Exception
- Tests entrypoint discovery when there is no discoverable method
- Throws:
Exception
testEntryPointDiscovery
public void testEntryPointDiscovery()
throws Exception
- Tests entrypoint discovery on object that has it's own event handler without
implementing any of the Mule event interfaces
- Throws:
Exception
getDescriptorToResolve
public UMODescriptor getDescriptorToResolve(String className)
throws Exception
- Throws:
Exception
getEntryPointResolver
public abstract UMOEntryPointResolver getEntryPointResolver()
getComponentMappings
public abstract AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping[] getComponentMappings()
- Returns:
- an array of the the different components that can be resolved by the
resolver and the method name to be resolved on each component
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.