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

📄 simpleaddforeclipsetest.java

📁 《基于Eclipse的开源框架技术与实战》[第2章]随书源码
💻 JAVA
字号:
/**
 * 
 */
package com.free.test.simple;

import junit.framework.TestCase;

/**
 * <p>Title: Eclipse Plugin Development</p>
 * <p>Description: Free download</p>
 * <p>Copyright: Copyright (c) 2006</p>
 * <p>Company: Free</p>
 * @author gan.shu.man
 * @version 1.0
 */

public class SimpleAddForEclipseTest extends TestCase {

	/* (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();
	}

	/**
	 * Test method for {@link com.free.test.simple.SimpleAdd#IntegerAdd(java.lang.Integer, java.lang.Integer)}.
	 */
	public void testIntegerAdd() {
		fail("Not yet implemented"); // TODO
	}

	/**
	 * Test method for {@link com.free.test.simple.SimpleAdd#StringAdd(java.lang.String, java.lang.String)}.
	 */
	public void testStringAdd() {
		fail("Not yet implemented"); // TODO
	}

}

⌨️ 快捷键说明

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