* the default discovery should take place.
*/
public void testMethodOverrideDoesNotFallback() throws Exception
{
EntryPointResolverSet resolverSet = new LegacyEntryPointResolverSet();
RequestContext.setEvent(getTestEvent(new FruitLover("Yummy!")));
// those are usually set on the endpoint and copied over to the message
final String methodName = "nosuchmethod";
final String propertyName = MuleProperties.MULE_METHOD_PROPERTY;
RequestContext.getEventContext().getMessage().setOutboundProperty(propertyName, methodName);