Package org.sql2o.reflect

Source Code of org.sql2o.reflect.MethodAccessorsGeneratorMethodGetterFactoryTest

package org.sql2o.reflect;

import org.sql2o.reflection.MethodAccessorsGenerator;

/**
* @author mdelapenya
*/
public class MethodAccessorsGeneratorMethodGetterFactoryTest extends AbstractMethodGetterFactoryTest {
    public MethodAccessorsGeneratorMethodGetterFactoryTest() {
        super(new MethodAccessorsGenerator());
    }
}
TOP

Related Classes of org.sql2o.reflect.MethodAccessorsGeneratorMethodGetterFactoryTest

TOP
Copyright © 2018 www.massapi.com. 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.