Searched refs:invocationHandler (Results 1 – 10 of 10) sorted by relevance
43 InvocationHandler invocationHandler = new InvocationHandlerAdapter(handler); in createMock() local52 …T mock = (T) Proxy.newProxyInstance(typeToMock.getClassLoader(), classesToMock, invocationHandler); in createMock()62 ProxyBuilder.setInvocationHandler(mock, invocationHandler); in createMock()125 InvocationHandler invocationHandler = Proxy.getInvocationHandler(mock);126 return invocationHandler instanceof InvocationHandlerAdapter127 ? (InvocationHandlerAdapter) invocationHandler132 InvocationHandler invocationHandler = ProxyBuilder.getInvocationHandler(mock);133 return invocationHandler instanceof InvocationHandlerAdapter134 ? (InvocationHandlerAdapter) invocationHandler
75 DelegatingInvocationHandler<T> invocationHandler = new DelegatingInvocationHandler<T>(); in createProxy() local76 invocationHandlers.add(invocationHandler); in createProxy()83 new Class[] { expectedType, CircularDependencyProxy.class }, invocationHandler)); in createProxy()
11 - classesToMock, invocationHandler);13 + invocationHandler);
336 InvocationHandler invocationHandler = new InvocationHandler() { in get() local379 new Class[] { factoryRawType }, invocationHandler)); in get()
771 InvocationHandler invocationHandler = new InvocationHandler() { in testImplementInterfaceCallingThroughConcreteClass() local779 .handler(invocationHandler) in testImplementInterfaceCallingThroughConcreteClass()796 InvocationHandler invocationHandler = new InvocationHandler() { in testImplementInterfaceCallingThroughInterface() local805 .handler(invocationHandler) in testImplementInterfaceCallingThroughInterface()
587 InvocationHandler invocationHandler = new InvocationHandler() {635 new Class[] {ConcurrentlyMutatedList.class}, invocationHandler);
META-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/ ...
META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
META-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0. ...
META-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...