Searched refs:isProxyClass (Results 1 – 5 of 5) sorted by relevance
183 if (Proxy.isProxyClass(mock.getClass())) {190 if (ProxyBuilder.isProxyClass(mock.getClass())) {
137 || (Proxy.isProxyClass(arg.getClass()) in isProxyOfSameInterfaces()
434 && Proxy.isProxyClass(obj.getClass()) in equals()
80 if (Proxy.isProxyClass(proxy.getClass())) in mockType()
437 public static boolean isProxyClass(Class<?> c) { in isProxyClass() method in ProxyBuilder