Make it a test case
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
101a5c286f
commit
5ce5e35f83
@ -6,7 +6,7 @@ import junit.framework.TestCase;
|
|||||||
* A really simple JUnit test class that tests nothing!
|
* A really simple JUnit test class that tests nothing!
|
||||||
* @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
|
* @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
|
||||||
*/
|
*/
|
||||||
public class TestSimpleJava {
|
public class TestSimpleJava extends junit.framework.TestCase {
|
||||||
public void testNothing() {
|
public void testNothing() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user