Package com.alibaba.druid.bvt.sql

Source Code of com.alibaba.druid.bvt.sql.SQLParseExceptionTest

package com.alibaba.druid.bvt.sql;

import junit.framework.TestCase;

import com.alibaba.druid.sql.parser.SQLParseException;

@SuppressWarnings("deprecation")
public class SQLParseExceptionTest extends TestCase {

    public void test_new() throws Exception {
        new SQLParseException();
    }
}
TOP

Related Classes of com.alibaba.druid.bvt.sql.SQLParseExceptionTest

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.