📄 allinittesttest.java
字号:
import junit.framework.TestCase;
public class AllInitTestTest extends TestCase {
protected void setUp() throws Exception {
super.setUp();
}
protected void tearDown() throws Exception {
super.tearDown();
}
public void testIntegerAdd() {
fail("Not yet implemented"); // TODO
}
public void testStringAdd() {
fail("Not yet implemented"); // TODO
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -