dispatchtest.java

来自「java与windows的com桥,可以用来操作所有的com程序如word或者e」· Java 代码 · 共 21 行

JAVA
21
字号
package com.jacob.com;

import com.jacob.test.BaseTestCase;

/**
 * Test some of the Dispatch utility methods
 * <p>
 * May need to run with some command line options (including from inside
 * Eclipse). Look in the docs area at the Jacob usage document for command line
 * options.
 */
public class DispatchTest extends BaseTestCase {

	/**
	 * Dummy test until someone gets their act together
	 */
	public void testDispatch() {
		// what should we test
	}
}

⌨️ 快捷键说明

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