org.mule.tck.model
Class AbstractEntryPointDiscoveryTestCase
java.lang.Object
TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.tck.model.AbstractEntryPointDiscoveryTestCase
- public abstract class AbstractEntryPointDiscoveryTestCase
- extends AbstractMuleTestCase
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason
- See Also:
- Serialized Form
| Methods inherited from class org.mule.tck.AbstractMuleTestCase |
addTest, checkPreReqs, disposeManager, doSetUp, doTearDown, finalize, getManager, getName, getTestComponent, getTestConnector, getTestDescriptor, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInfo, getTestManager, getTestSession, getTestTransformer, isOffline, isPrereqsMet, setDisposeManagerPerSuite, setUp, suitePostSetUp, suitePostTearDown, suitePreSetUp, suitePreTearDown, tearDown |
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-2006 MuleSource Inc.. All Rights Reserved.