⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 smartpoolfactorytest.java

📁 Contents * Introduction * Installation * SmartPool 1.5 * Features from earlier releases
💻 JAVA
字号:
package org.smartlib.pool.core;

import java.sql.Connection;

/**
 * Created by IntelliJ IDEA.
 * User: kerneldebugger
 * Date: Oct 1, 2005
 * Time: 10:09:59 AM
 * To change this template use File | Settings | File Templates.
 */
public class SmartPoolFactoryTest extends PoolTestFixture {

    SmartPoolFactory factory;

    protected void setUp() throws Exception {
        super.setUp();
        factory = new SmartPoolFactory();
    }

    protected void tearDown() throws Exception {
        super.tearDown();
        SmartPoolFactory.shutDown();
    }

    public void testBasicFactoryLoading() throws Exception {
        Connection conn = SmartPoolFactory.getConnection();
    }

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -