40d44233c8a6001c1f5ac0f6a46852af

来自「《v512工作室_Java高端培训系列视频》(Java JSP Servlet 」· 代码 · 共 24 行

TXT
24
字号
package example;

import junit.framework.TestCase;

public class Example3Test extends TestCase {

    protected void setUp() throws Exception {
	super.setUp();
    }

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

    public void testAdd() {
	fail("Not yet implemented");
    }

    public void testSub() {
	fail("Not yet implemented");
    }

}

⌨️ 快捷键说明

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