}
}
public void testDirectErrorInvoke() throws Throwable {
SourceInvocationConfiguration source = new SourceInvocationConfiguration(hello);
MockStaticInvoker invoker = new MockStaticInvoker(hello, new SimpleTargetImpl());
source.setTargetInvoker(invoker);
Map<Method, InvocationConfiguration> configs = new MethodHashMap<InvocationConfiguration>();
configs.put(hello, source);
JDKInvocationHandler handler = new JDKInvocationHandler(new MessageFactoryImpl(), configs);