Package org.geotools.data.mysql.jndi

Source Code of org.geotools.data.mysql.jndi.MySQLDataStoreTest

package org.geotools.data.mysql.jndi;

import org.geotools.data.mysql.MySQLTestSetup;
import org.geotools.jdbc.JDBCDataStoreTest;
import org.geotools.jdbc.JDBCJNDITestSetup;
import org.geotools.jdbc.JDBCTestSetup;

/**
*
*
* @source $URL$
*/
public class MySQLDataStoreTest extends JDBCDataStoreTest {

    @Override
    protected JDBCTestSetup createTestSetup() {
        return new JDBCJNDITestSetup(new MySQLTestSetup());
    }

}
TOP

Related Classes of org.geotools.data.mysql.jndi.MySQLDataStoreTest

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.