Package cn.com.refects.handler

Examples of cn.com.refects.handler.MockInvocationHandler


     * @param clazz
     * @return
     */
    public static Object instance(Class<?> clazz, DataProviderModel model) {

        return Proxy.newProxyInstance(clazz.getClassLoader(), new Class[]{clazz}, new MockInvocationHandler(model));
    }
View Full Code Here

TOP

Related Classes of cn.com.refects.handler.MockInvocationHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.