|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.tck.model.AbstractEntryPointDiscoveryTestCase
org.mule.mule.model.DynamicEntryPointDiscoveryTestCase
public class DynamicEntryPointDiscoveryTestCase
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase |
---|
org.mule.tck.model.AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping |
Nested classes/interfaces inherited from class org.mule.tck.AbstractMuleTestCase |
---|
org.mule.tck.AbstractMuleTestCase.TestInfo |
Field Summary |
---|
Fields inherited from class org.mule.tck.AbstractMuleTestCase |
---|
IGNORED_DOT_MULE_DIRS, logger |
Constructor Summary | |
---|---|
DynamicEntryPointDiscoveryTestCase()
|
Method Summary | |
---|---|
void |
_testArrayArgumentResolution()
Test for proper resolution of a method that takes an array as argument. |
org.mule.tck.model.AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping[] |
getComponentMappings()
|
org.mule.umo.UMODescriptor |
getDescriptorToResolve(String className)
|
org.mule.umo.model.UMOEntryPointResolver |
getEntryPointResolver()
|
void |
testExplicitOverride()
Test for proper resolution of an existing method specified as override |
void |
testFailEntryPointMultipleEventContextMatches()
Tests entrypoint discovery when there is more than one discoverable method with UMOEventContext parameter. |
void |
testFailEntryPointMultiplePayloadMatches()
Tests entrypoint discovery when there is more than one discoverable method with UMOEventContext parameter. |
void |
testListArgumentResolution()
Test for proper resolution of a method that takes a List as argument. |
void |
testMethodOverrideDoesNotFallback()
If there was a method parameter specified to override the discovery mechanism and no such method exists, an exception should be thrown, and no fallback to the default discovery should take place. |
void |
testMethodOverrideIgnoredWithCallable()
If there was a method parameter specified to override the discovery mechanism and a Callable instance is serving the request, call the Callable, ignore the method override parameter. |
void |
testMethodOverrideIgnoredWithEventContext()
If there was a method parameter specified to override the discovery mechanism and a target instance has a method accepting UMOEventContext, proceed to call this method, ignore the method override parameter. |
Methods inherited from class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase |
---|
testEntryPointDiscovery, testFailEntryPointDiscovery |
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.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 |
---|
public DynamicEntryPointDiscoveryTestCase()
Method Detail |
---|
public org.mule.tck.model.AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping[] getComponentMappings()
getComponentMappings
in class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase
public org.mule.umo.UMODescriptor getDescriptorToResolve(String className) throws Exception
getDescriptorToResolve
in class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase
Exception
public org.mule.umo.model.UMOEntryPointResolver getEntryPointResolver()
getEntryPointResolver
in class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase
public void testFailEntryPointMultipleEventContextMatches() throws Exception
Exception
public void testFailEntryPointMultiplePayloadMatches() throws Exception
Exception
public void testMethodOverrideDoesNotFallback() throws Exception
Exception
public void testMethodOverrideIgnoredWithCallable() throws Exception
Exception
public void testMethodOverrideIgnoredWithEventContext() throws Exception
Exception
public void _testArrayArgumentResolution() throws Exception
Exception
public void testListArgumentResolution() throws Exception
Exception
public void testExplicitOverride() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |