diff --git a/src/it/projects/MJAVADOC-180/module1/pom.xml b/src/it/projects/MJAVADOC-180/module1/pom.xml
index d6d91fde2..31da78bc8 100644
--- a/src/it/projects/MJAVADOC-180/module1/pom.xml
+++ b/src/it/projects/MJAVADOC-180/module1/pom.xml
@@ -38,11 +38,6 @@
test
-
- junit
- junit
- 3.8.2
- test
-
+
diff --git a/src/it/projects/MJAVADOC-180/module1/src/test/java/edu/jhu/library/Mjavadoc180Test.java b/src/it/projects/MJAVADOC-180/module1/src/test/java/edu/jhu/library/Mjavadoc180Test.java
index cabf74bb6..418d37f7c 100644
--- a/src/it/projects/MJAVADOC-180/module1/src/test/java/edu/jhu/library/Mjavadoc180Test.java
+++ b/src/it/projects/MJAVADOC-180/module1/src/test/java/edu/jhu/library/Mjavadoc180Test.java
@@ -19,7 +19,6 @@
* under the License.
*/
-import junit.framework.TestCase;
import org.dbunit.database.IDatabaseConnection;
/**
@@ -30,7 +29,6 @@
* To change this template use File | Settings | File Templates.
*/
public class Mjavadoc180Test
- extends TestCase
{
/**
* This is some test javadoc. This test method has a phony dependency on DB Unit.
@@ -39,6 +37,5 @@ public void testMJAVADOC180()
{
IDatabaseConnection phony = null;
final HelloWorld hw = new HelloWorld();
- assertTrue( "Hello World".equals( hw.hello( "Hello World" ) ) );
}
}
diff --git a/src/it/projects/MJAVADOC-257/pom.xml b/src/it/projects/MJAVADOC-257/pom.xml
index 4f76bf24d..781812fb9 100644
--- a/src/it/projects/MJAVADOC-257/pom.xml
+++ b/src/it/projects/MJAVADOC-257/pom.xml
@@ -37,15 +37,6 @@
UTF-8
-
-
- junit
- junit
- 3.8.2
- test
-
-
-
diff --git a/src/it/projects/MJAVADOC-259/pom.xml b/src/it/projects/MJAVADOC-259/pom.xml
index e6f8674bf..9cabeccdb 100644
--- a/src/it/projects/MJAVADOC-259/pom.xml
+++ b/src/it/projects/MJAVADOC-259/pom.xml
@@ -36,15 +36,6 @@
@maven.compiler.target@
-
-
- junit
- junit
- 3.8.1
- test
-
-
-
diff --git a/src/it/projects/MJAVADOC-259/src/test/java/com/mycompany/myapp/AppTest.java b/src/it/projects/MJAVADOC-259/src/test/java/com/mycompany/myapp/AppTest.java
index d9ee20ba0..b2e7456d1 100644
--- a/src/it/projects/MJAVADOC-259/src/test/java/com/mycompany/myapp/AppTest.java
+++ b/src/it/projects/MJAVADOC-259/src/test/java/com/mycompany/myapp/AppTest.java
@@ -19,39 +19,6 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest
- extends TestCase
+public class AppTest
{
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppTest( String testName )
- {
- super( testName );
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite()
- {
- return new TestSuite( AppTest.class );
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp()
- {
- assertTrue( true );
- }
}
diff --git a/src/it/projects/MJAVADOC-262/pom.xml b/src/it/projects/MJAVADOC-262/pom.xml
index d4aab0d82..3cdc9341f 100644
--- a/src/it/projects/MJAVADOC-262/pom.xml
+++ b/src/it/projects/MJAVADOC-262/pom.xml
@@ -34,14 +34,6 @@
UTF-8
-
-
- junit
- junit
- 3.8.1
-
-
-
diff --git a/src/it/projects/MJAVADOC-262/src/test/java/com/mycompany/myapp/AppTest.java b/src/it/projects/MJAVADOC-262/src/test/java/com/mycompany/myapp/AppTest.java
index d9ee20ba0..b2e7456d1 100644
--- a/src/it/projects/MJAVADOC-262/src/test/java/com/mycompany/myapp/AppTest.java
+++ b/src/it/projects/MJAVADOC-262/src/test/java/com/mycompany/myapp/AppTest.java
@@ -19,39 +19,6 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest
- extends TestCase
+public class AppTest
{
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppTest( String testName )
- {
- super( testName );
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite()
- {
- return new TestSuite( AppTest.class );
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp()
- {
- assertTrue( true );
- }
}
diff --git a/src/it/projects/MJAVADOC-278/pom.xml b/src/it/projects/MJAVADOC-278/pom.xml
index e85cdc810..f60a9d35a 100644
--- a/src/it/projects/MJAVADOC-278/pom.xml
+++ b/src/it/projects/MJAVADOC-278/pom.xml
@@ -36,15 +36,6 @@
@maven.compiler.target@
-
-
- junit
- junit
- 3.8.1
- test
-
-
-
diff --git a/src/it/projects/MJAVADOC-278/src/test/java/com/mycompany/myapp/AppTest.java b/src/it/projects/MJAVADOC-278/src/test/java/com/mycompany/myapp/AppTest.java
index d9ee20ba0..bf5c0c1a9 100644
--- a/src/it/projects/MJAVADOC-278/src/test/java/com/mycompany/myapp/AppTest.java
+++ b/src/it/projects/MJAVADOC-278/src/test/java/com/mycompany/myapp/AppTest.java
@@ -19,39 +19,7 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest
- extends TestCase
+public class AppTest
{
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppTest( String testName )
- {
- super( testName );
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite()
- {
- return new TestSuite( AppTest.class );
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp()
- {
- assertTrue( true );
- }
}
+
diff --git a/src/it/projects/MJAVADOC-369/pom.xml b/src/it/projects/MJAVADOC-369/pom.xml
index 33776f90f..ba6d6142f 100644
--- a/src/it/projects/MJAVADOC-369/pom.xml
+++ b/src/it/projects/MJAVADOC-369/pom.xml
@@ -36,15 +36,6 @@
@maven.compiler.target@
-
-
- junit
- junit
- 3.8.1
- test
-
-
-
diff --git a/src/it/projects/MJAVADOC-369/src/test/java/com/mycompany/myapp/AppTest.java b/src/it/projects/MJAVADOC-369/src/test/java/com/mycompany/myapp/AppTest.java
index d9ee20ba0..b2e7456d1 100644
--- a/src/it/projects/MJAVADOC-369/src/test/java/com/mycompany/myapp/AppTest.java
+++ b/src/it/projects/MJAVADOC-369/src/test/java/com/mycompany/myapp/AppTest.java
@@ -19,39 +19,6 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest
- extends TestCase
+public class AppTest
{
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppTest( String testName )
- {
- super( testName );
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite()
- {
- return new TestSuite( AppTest.class );
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp()
- {
- assertTrue( true );
- }
}
diff --git a/src/it/projects/MJAVADOC-414/pom.xml b/src/it/projects/MJAVADOC-414/pom.xml
index 5d529717f..e45d04c51 100644
--- a/src/it/projects/MJAVADOC-414/pom.xml
+++ b/src/it/projects/MJAVADOC-414/pom.xml
@@ -33,15 +33,6 @@
@maven.compiler.target@
-
-
- junit
- junit
- 3.8.1
- test
-
-
-
diff --git a/src/it/projects/MJAVADOC-414/src/test/java/mjavadoc414/test/AppTest.java b/src/it/projects/MJAVADOC-414/src/test/java/mjavadoc414/test/AppTest.java
index 89b2f82fe..c2f7542d4 100644
--- a/src/it/projects/MJAVADOC-414/src/test/java/mjavadoc414/test/AppTest.java
+++ b/src/it/projects/MJAVADOC-414/src/test/java/mjavadoc414/test/AppTest.java
@@ -19,19 +19,10 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
import mjavadoc414.App;
-public class AppTest extends TestCase
+public class AppTest
{
-
- public AppTest( String testName )
- {
- super( testName );
- }
-
/**
* Tests {@link mjavadoc414.App}.
*/
diff --git a/src/it/projects/MJAVADOC-444/moduleA/src/test/java/com/mycompany/myapp/AppATest.java b/src/it/projects/MJAVADOC-444/moduleA/src/test/java/com/mycompany/myapp/AppATest.java
index f54bad87f..f3edc41d1 100644
--- a/src/it/projects/MJAVADOC-444/moduleA/src/test/java/com/mycompany/myapp/AppATest.java
+++ b/src/it/projects/MJAVADOC-444/moduleA/src/test/java/com/mycompany/myapp/AppATest.java
@@ -19,39 +19,6 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
public class AppATest
- extends TestCase
{
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppATest( String testName )
- {
- super( testName );
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite()
- {
- return new TestSuite( AppATest.class );
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp()
- {
- assertTrue( true );
- }
}
diff --git a/src/it/projects/MJAVADOC-444/moduleB/pom.xml b/src/it/projects/MJAVADOC-444/moduleB/pom.xml
index c0538308b..8b4c2d40e 100644
--- a/src/it/projects/MJAVADOC-444/moduleB/pom.xml
+++ b/src/it/projects/MJAVADOC-444/moduleB/pom.xml
@@ -29,13 +29,4 @@
mjavadoc-444-moduleB
jar
-
-
- junit
- junit
- 3.8.1
- test
-
-
-
diff --git a/src/it/projects/MJAVADOC-444/moduleB/src/test/java/com/mycompany/myapp/AppBTest.java b/src/it/projects/MJAVADOC-444/moduleB/src/test/java/com/mycompany/myapp/AppBTest.java
index e7c57f58b..0c302a317 100644
--- a/src/it/projects/MJAVADOC-444/moduleB/src/test/java/com/mycompany/myapp/AppBTest.java
+++ b/src/it/projects/MJAVADOC-444/moduleB/src/test/java/com/mycompany/myapp/AppBTest.java
@@ -19,39 +19,6 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
public class AppBTest
- extends TestCase
{
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppBTest( String testName )
- {
- super( testName );
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite()
- {
- return new TestSuite( AppBTest.class );
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp()
- {
- assertTrue( true );
- }
}
diff --git a/src/it/projects/additional-dependencies-non-aggregate/module1/pom.xml b/src/it/projects/additional-dependencies-non-aggregate/module1/pom.xml
index 4e07dda5e..8079d650d 100644
--- a/src/it/projects/additional-dependencies-non-aggregate/module1/pom.xml
+++ b/src/it/projects/additional-dependencies-non-aggregate/module1/pom.xml
@@ -43,11 +43,5 @@
test
-
- junit
- junit
- 3.8.2
- test
-
diff --git a/src/it/projects/additional-dependencies-non-aggregate/module1/src/test/java/edu/jhu/library/Mjavadoc180Test.java b/src/it/projects/additional-dependencies-non-aggregate/module1/src/test/java/edu/jhu/library/Mjavadoc180Test.java
index 04bbcda95..622fa4955 100644
--- a/src/it/projects/additional-dependencies-non-aggregate/module1/src/test/java/edu/jhu/library/Mjavadoc180Test.java
+++ b/src/it/projects/additional-dependencies-non-aggregate/module1/src/test/java/edu/jhu/library/Mjavadoc180Test.java
@@ -19,7 +19,6 @@
* under the License.
*/
-import junit.framework.TestCase;
import org.dbunit.database.IDatabaseConnection;
/**
@@ -30,7 +29,6 @@
* To change this template use File | Settings | File Templates.
*/
public class Mjavadoc180Test
- extends TestCase
{
/**
* This is some test javadoc. This test method has a phony dependency on DB Unit.
@@ -39,6 +37,5 @@ public void testMJAVADOC180()
{
IDatabaseConnection phony = null;
final HelloWorld hw = new HelloWorld();
- assertTrue( "Hello World".equals( hw.hello( "Hello World" ) ) );
}
}
diff --git a/src/it/projects/additional-dependencies-non-aggregate/pom.xml b/src/it/projects/additional-dependencies-non-aggregate/pom.xml
index 746d91605..0dffc27f7 100644
--- a/src/it/projects/additional-dependencies-non-aggregate/pom.xml
+++ b/src/it/projects/additional-dependencies-non-aggregate/pom.xml
@@ -54,17 +54,6 @@
-
-
diff --git a/src/it/projects/additional-dependencies/module1/pom.xml b/src/it/projects/additional-dependencies/module1/pom.xml
index 77fbd24f0..255be62a1 100644
--- a/src/it/projects/additional-dependencies/module1/pom.xml
+++ b/src/it/projects/additional-dependencies/module1/pom.xml
@@ -48,12 +48,5 @@
2.2
test
-
-
- junit
- junit
- 3.8.2
- test
-
diff --git a/src/it/projects/additional-dependencies/module1/src/test/java/edu/jhu/library/Mjavadoc180Test.java b/src/it/projects/additional-dependencies/module1/src/test/java/edu/jhu/library/Mjavadoc180Test.java
index 04bbcda95..622fa4955 100644
--- a/src/it/projects/additional-dependencies/module1/src/test/java/edu/jhu/library/Mjavadoc180Test.java
+++ b/src/it/projects/additional-dependencies/module1/src/test/java/edu/jhu/library/Mjavadoc180Test.java
@@ -19,7 +19,6 @@
* under the License.
*/
-import junit.framework.TestCase;
import org.dbunit.database.IDatabaseConnection;
/**
@@ -30,7 +29,6 @@
* To change this template use File | Settings | File Templates.
*/
public class Mjavadoc180Test
- extends TestCase
{
/**
* This is some test javadoc. This test method has a phony dependency on DB Unit.
@@ -39,6 +37,5 @@ public void testMJAVADOC180()
{
IDatabaseConnection phony = null;
final HelloWorld hw = new HelloWorld();
- assertTrue( "Hello World".equals( hw.hello( "Hello World" ) ) );
}
}
diff --git a/src/it/projects/additional-dependencies/pom.xml b/src/it/projects/additional-dependencies/pom.xml
index 48802b358..cce46921a 100644
--- a/src/it/projects/additional-dependencies/pom.xml
+++ b/src/it/projects/additional-dependencies/pom.xml
@@ -52,17 +52,6 @@
-
-
diff --git a/src/it/projects/dependencySource-1/MJAVADOC-280-1-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda/AppTest.java b/src/it/projects/dependencySource-1/MJAVADOC-280-1-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda/AppTest.java
index dd7b19284..abf67eb5c 100644
--- a/src/it/projects/dependencySource-1/MJAVADOC-280-1-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda/AppTest.java
+++ b/src/it/projects/dependencySource-1/MJAVADOC-280-1-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda/AppTest.java
@@ -19,39 +19,6 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
public class AppTest
- extends TestCase
{
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppTest( final String testName )
- {
- super( testName );
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite()
- {
- return new TestSuite( AppTest.class );
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp()
- {
- assertTrue( true );
- }
}
diff --git a/src/it/projects/dependencySource-1/MJAVADOC-280-1-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb/AppTest.java b/src/it/projects/dependencySource-1/MJAVADOC-280-1-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb/AppTest.java
index 6ebe15ed6..3c652a484 100644
--- a/src/it/projects/dependencySource-1/MJAVADOC-280-1-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb/AppTest.java
+++ b/src/it/projects/dependencySource-1/MJAVADOC-280-1-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb/AppTest.java
@@ -19,39 +19,6 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
public class AppTest
- extends TestCase
{
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppTest( final String testName )
- {
- super( testName );
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite()
- {
- return new TestSuite( AppTest.class );
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp()
- {
- assertTrue( true );
- }
}
diff --git a/src/it/projects/dependencySource-1/pom.xml b/src/it/projects/dependencySource-1/pom.xml
index 5215e80db..ed83e5544 100644
--- a/src/it/projects/dependencySource-1/pom.xml
+++ b/src/it/projects/dependencySource-1/pom.xml
@@ -38,15 +38,6 @@ under the License.
@maven.compiler.target@
-
-
- junit
- junit
- 3.8.1
- test
-
-
-
diff --git a/src/it/projects/dependencySource-2/MJAVADOC-280-2-distro/pom.xml b/src/it/projects/dependencySource-2/MJAVADOC-280-2-distro/pom.xml
index c416f3b79..6acf0feae 100644
--- a/src/it/projects/dependencySource-2/MJAVADOC-280-2-distro/pom.xml
+++ b/src/it/projects/dependencySource-2/MJAVADOC-280-2-distro/pom.xml
@@ -44,13 +44,6 @@ under the License.
${project.version}
-
-
- junit
- junit
- 3.8.1
- test
-
diff --git a/src/it/projects/dependencySource-2/MJAVADOC-280-2-projects/MJAVADOC-280-2-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda/AppTest.java b/src/it/projects/dependencySource-2/MJAVADOC-280-2-projects/MJAVADOC-280-2-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda/AppTest.java
index dd7b19284..abf67eb5c 100644
--- a/src/it/projects/dependencySource-2/MJAVADOC-280-2-projects/MJAVADOC-280-2-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda/AppTest.java
+++ b/src/it/projects/dependencySource-2/MJAVADOC-280-2-projects/MJAVADOC-280-2-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda/AppTest.java
@@ -19,39 +19,6 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
public class AppTest
- extends TestCase
{
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppTest( final String testName )
- {
- super( testName );
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite()
- {
- return new TestSuite( AppTest.class );
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp()
- {
- assertTrue( true );
- }
}
diff --git a/src/it/projects/dependencySource-2/MJAVADOC-280-2-projects/MJAVADOC-280-2-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb/AppTest.java b/src/it/projects/dependencySource-2/MJAVADOC-280-2-projects/MJAVADOC-280-2-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb/AppTest.java
index 6ebe15ed6..3c652a484 100644
--- a/src/it/projects/dependencySource-2/MJAVADOC-280-2-projects/MJAVADOC-280-2-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb/AppTest.java
+++ b/src/it/projects/dependencySource-2/MJAVADOC-280-2-projects/MJAVADOC-280-2-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb/AppTest.java
@@ -19,39 +19,6 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
public class AppTest
- extends TestCase
{
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppTest( final String testName )
- {
- super( testName );
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite()
- {
- return new TestSuite( AppTest.class );
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp()
- {
- assertTrue( true );
- }
}
diff --git a/src/it/projects/dependencySource-2/MJAVADOC-280-2-projects/pom.xml b/src/it/projects/dependencySource-2/MJAVADOC-280-2-projects/pom.xml
index 843d88a14..0bcf2cbf3 100644
--- a/src/it/projects/dependencySource-2/MJAVADOC-280-2-projects/pom.xml
+++ b/src/it/projects/dependencySource-2/MJAVADOC-280-2-projects/pom.xml
@@ -33,15 +33,6 @@ under the License.
@maven.compiler.target@
-
-
- junit
- junit
- 3.8.1
- test
-
-
-
MJAVADOC-280-2-modA
MJAVADOC-280-2-modB
diff --git a/src/it/projects/dependencySource-3/MJAVADOC-280-3-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda/AppTest.java b/src/it/projects/dependencySource-3/MJAVADOC-280-3-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda/AppTest.java
index dd7b19284..ac2b19ceb 100644
--- a/src/it/projects/dependencySource-3/MJAVADOC-280-3-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda/AppTest.java
+++ b/src/it/projects/dependencySource-3/MJAVADOC-280-3-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda/AppTest.java
@@ -19,39 +19,7 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
public class AppTest
- extends TestCase
{
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppTest( final String testName )
- {
- super( testName );
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite()
- {
- return new TestSuite( AppTest.class );
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp()
- {
- assertTrue( true );
- }
}
+
diff --git a/src/it/projects/dependencySource-3/MJAVADOC-280-3-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb/AppTest.java b/src/it/projects/dependencySource-3/MJAVADOC-280-3-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb/AppTest.java
index 6ebe15ed6..3c652a484 100644
--- a/src/it/projects/dependencySource-3/MJAVADOC-280-3-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb/AppTest.java
+++ b/src/it/projects/dependencySource-3/MJAVADOC-280-3-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb/AppTest.java
@@ -19,39 +19,6 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
public class AppTest
- extends TestCase
{
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppTest( final String testName )
- {
- super( testName );
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite()
- {
- return new TestSuite( AppTest.class );
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp()
- {
- assertTrue( true );
- }
}
diff --git a/src/it/projects/dependencySource-3/pom.xml b/src/it/projects/dependencySource-3/pom.xml
index b177c5112..de9883bd7 100644
--- a/src/it/projects/dependencySource-3/pom.xml
+++ b/src/it/projects/dependencySource-3/pom.xml
@@ -38,15 +38,6 @@ under the License.
@maven.compiler.target@
-
-
- junit
- junit
- 3.8.1
- test
-
-
-
diff --git a/src/it/projects/dependencySource-4/MJAVADOC-280-4-distro/pom.xml b/src/it/projects/dependencySource-4/MJAVADOC-280-4-distro/pom.xml
index 9783c541b..e9c40e6a3 100644
--- a/src/it/projects/dependencySource-4/MJAVADOC-280-4-distro/pom.xml
+++ b/src/it/projects/dependencySource-4/MJAVADOC-280-4-distro/pom.xml
@@ -41,13 +41,6 @@ under the License.
${project.version}
-
-
- junit
- junit
- 3.8.1
- test
-
diff --git a/src/it/projects/dependencySource-4/MJAVADOC-280-4-projects/MJAVADOC-280-4-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda/AppTest.java b/src/it/projects/dependencySource-4/MJAVADOC-280-4-projects/MJAVADOC-280-4-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda/AppTest.java
index dd7b19284..abf67eb5c 100644
--- a/src/it/projects/dependencySource-4/MJAVADOC-280-4-projects/MJAVADOC-280-4-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda/AppTest.java
+++ b/src/it/projects/dependencySource-4/MJAVADOC-280-4-projects/MJAVADOC-280-4-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda/AppTest.java
@@ -19,39 +19,6 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
public class AppTest
- extends TestCase
{
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppTest( final String testName )
- {
- super( testName );
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite()
- {
- return new TestSuite( AppTest.class );
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp()
- {
- assertTrue( true );
- }
}
diff --git a/src/it/projects/dependencySource-4/MJAVADOC-280-4-projects/MJAVADOC-280-4-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb/AppTest.java b/src/it/projects/dependencySource-4/MJAVADOC-280-4-projects/MJAVADOC-280-4-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb/AppTest.java
index 6ebe15ed6..e454112d2 100644
--- a/src/it/projects/dependencySource-4/MJAVADOC-280-4-projects/MJAVADOC-280-4-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb/AppTest.java
+++ b/src/it/projects/dependencySource-4/MJAVADOC-280-4-projects/MJAVADOC-280-4-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb/AppTest.java
@@ -19,39 +19,7 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
public class AppTest
- extends TestCase
{
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppTest( final String testName )
- {
- super( testName );
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite()
- {
- return new TestSuite( AppTest.class );
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp()
- {
- assertTrue( true );
- }
}
+
diff --git a/src/it/projects/dependencySource-4/MJAVADOC-280-4-projects/pom.xml b/src/it/projects/dependencySource-4/MJAVADOC-280-4-projects/pom.xml
index 3c9a89d34..6478409e9 100644
--- a/src/it/projects/dependencySource-4/MJAVADOC-280-4-projects/pom.xml
+++ b/src/it/projects/dependencySource-4/MJAVADOC-280-4-projects/pom.xml
@@ -35,15 +35,6 @@ under the License.
@maven.compiler.target@
-
-
- junit
- junit
- 3.8.1
- test
-
-
-
MJAVADOC-280-4-modA
MJAVADOC-280-4-modB
diff --git a/src/test/resources/unit/pom-test/src/test/java/maven/AppTest.java b/src/test/resources/unit/pom-test/src/test/java/maven/AppTest.java
index 6c6e4beab..005f38e80 100644
--- a/src/test/resources/unit/pom-test/src/test/java/maven/AppTest.java
+++ b/src/test/resources/unit/pom-test/src/test/java/maven/AppTest.java
@@ -19,39 +19,6 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest
- extends TestCase
+public class AppTest
{
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppTest( String testName )
- {
- super( testName );
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite()
- {
- return new TestSuite( AppTest.class );
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp()
- {
- assertTrue( true );
- }
}
diff --git a/src/test/resources/unit/test-javadoc-test/src/test/java/maven/AppTest.java b/src/test/resources/unit/test-javadoc-test/src/test/java/maven/AppTest.java
index 6c6e4beab..005f38e80 100644
--- a/src/test/resources/unit/test-javadoc-test/src/test/java/maven/AppTest.java
+++ b/src/test/resources/unit/test-javadoc-test/src/test/java/maven/AppTest.java
@@ -19,39 +19,6 @@
* under the License.
*/
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest
- extends TestCase
+public class AppTest
{
- /**
- * Create the test case
- *
- * @param testName name of the test case
- */
- public AppTest( String testName )
- {
- super( testName );
- }
-
- /**
- * @return the suite of tests being tested
- */
- public static Test suite()
- {
- return new TestSuite( AppTest.class );
- }
-
- /**
- * Rigourous Test :-)
- */
- public void testApp()
- {
- assertTrue( true );
- }
}