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

📄 configutiltest.java

📁 华为模拟网关源码 华为模拟网关源码 华为模拟网关源码
💻 JAVA
字号:
package open_cmpp.util.test;

import junit.framework.TestCase;

/**
 * ParseXMLTest
 *
 * @author RaymondXiu
 * @version 1.0, 2006-6-24
 * @see
 */
public class ConfigUtilTest extends TestCase {

    /**
     * @param name
     */
    public ConfigUtilTest(String name) {
        super(name);
    }

    /* (non-Javadoc)
     * @see junit.framework.TestCase#setUp()
     */
    protected void setUp() throws Exception {
        super.setUp();
    }

    /* (non-Javadoc)
     * @see junit.framework.TestCase#tearDown()
     */
    protected void tearDown() throws Exception {
        super.tearDown();
    }

    public void test_1() throws Exception {
        System.out.println(open_cmpp.util.ConfigUtil.getPort());
        System.out.println(open_cmpp.util.ConfigUtil.getIsmgId());
        System.out.println(open_cmpp.util.ConfigUtil.getMiscId());
        System.out.println(open_cmpp.util.ConfigUtil.getTimeout());
    }
}

⌨️ 快捷键说明

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