初始化项目2
This commit is contained in:
10
src/com/jsh/junitest/common/ExtendsTest.java
Normal file
10
src/com/jsh/junitest/common/ExtendsTest.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package com.jsh.junitest.common;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class ExtendsTest extends TestCase
|
||||
{
|
||||
public void testExtends()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user