noargtestcasetest.java
来自「JUnit, java testing tool」· Java 代码 · 共 10 行
JAVA
10 行
package junit.tests.framework;import junit.framework.TestCase;public class NoArgTestCaseTest extends TestCase { public void testNothing() { // If this compiles, the no arg ctor is there }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?