Package org.sql2o.reflect

Source Code of org.sql2o.reflect.ReflectionConstructorFactoryTest

package org.sql2o.reflect;

import org.sql2o.reflection.ObjectConstructorFactory;
import org.sql2o.reflection.ReflectionObjectConstructorFactory;

/**
* User: dimzon
* Date: 4/9/14
* Time: 10:15 PM
*/
public class ReflectionConstructorFactoryTest extends AbstractObjectConstructorFactoryTest {
    public ReflectionConstructorFactoryTest() {
        super(new ReflectionObjectConstructorFactory());
    }
}
TOP

Related Classes of org.sql2o.reflect.ReflectionConstructorFactoryTest

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.