Added a junit test example to the simple java sample. Hope it has not become too complex ;-)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package org.apache.maven.examples.simplejava;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
/**
|
||||
* A really simple JUnit test class that tests nothing!
|
||||
* @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
|
||||
*/
|
||||
public class TestSimpleJava {
|
||||
public void testNothing() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user