File tree Expand file tree Collapse file tree 38 files changed +11
-706
lines changed
src/test/java/edu/jhu/library
src/test/java/com/mycompany/myapp
src/test/java/com/mycompany/myapp
src/test/java/com/mycompany/myapp
src/test/java/com/mycompany/myapp
src/test/java/mjavadoc414/test
moduleA/src/test/java/com/mycompany/myapp
src/test/java/com/mycompany/myapp
additional-dependencies-non-aggregate
src/test/java/edu/jhu/library
src/test/java/edu/jhu/library
MJAVADOC-280-1-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda
MJAVADOC-280-1-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb
MJAVADOC-280-2-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda
MJAVADOC-280-2-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb
MJAVADOC-280-3-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda
MJAVADOC-280-3-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb
MJAVADOC-280-4-modA/src/test/java/org/apache/maven/plugins/mjavadoc/it/moda
MJAVADOC-280-4-modB/src/test/java/org/apache/maven/plugins/mjavadoc/it/modb
pom-test/src/test/java/maven
test-javadoc-test/src/test/java/maven Expand file tree Collapse file tree 38 files changed +11
-706
lines changed Original file line number Diff line number Diff line change 3838 <scope >test</scope >
3939 </dependency >
4040
41- <dependency >
42- <groupId >junit</groupId >
43- <artifactId >junit</artifactId >
44- <version >3.8.2</version >
45- <scope >test</scope >
46- </dependency >
41+
4742 </dependencies >
4843</project >
Original file line number Diff line number Diff line change 1919 * under the License.
2020 */
2121
22- import junit .framework .TestCase ;
2322import org .dbunit .database .IDatabaseConnection ;
2423
2524/**
3029 * To change this template use File | Settings | File Templates.
3130 */
3231public class Mjavadoc180Test
33- extends TestCase
3432{
3533 /**
3634 * This is some test javadoc. This test method has a phony dependency on DB Unit.
@@ -39,6 +37,5 @@ public void testMJAVADOC180()
3937 {
4038 IDatabaseConnection phony = null ;
4139 final HelloWorld hw = new HelloWorld ();
42- assertTrue ( "Hello World" .equals ( hw .hello ( "Hello World" ) ) );
4340 }
4441}
Original file line number Diff line number Diff line change 3737 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3838 </properties >
3939
40- <dependencies >
41- <dependency >
42- <groupId >junit</groupId >
43- <artifactId >junit</artifactId >
44- <version >3.8.2</version >
45- <scope >test</scope >
46- </dependency >
47- </dependencies >
48-
4940 <build >
5041 <pluginManagement >
5142 <plugins >
Original file line number Diff line number Diff line change 3636 <maven .compiler.target>@maven.compiler.target@</maven .compiler.target>
3737 </properties >
3838
39- <dependencies >
40- <dependency >
41- <groupId >junit</groupId >
42- <artifactId >junit</artifactId >
43- <version >3.8.1</version >
44- <scope >test</scope >
45- </dependency >
46- </dependencies >
47-
4839 <build >
4940 <pluginManagement >
5041 <plugins >
Original file line number Diff line number Diff line change 1919 * under the License.
2020 */
2121
22- import junit .framework .Test ;
23- import junit .framework .TestCase ;
24- import junit .framework .TestSuite ;
25-
26- /**
27- * Unit test for simple App.
28- */
29- public class AppTest
30- extends TestCase
22+ public class AppTest
3123{
32- /**
33- * Create the test case
34- *
35- * @param testName name of the test case
36- */
37- public AppTest ( String testName )
38- {
39- super ( testName );
40- }
41-
42- /**
43- * @return the suite of tests being tested
44- */
45- public static Test suite ()
46- {
47- return new TestSuite ( AppTest .class );
48- }
49-
50- /**
51- * Rigourous Test :-)
52- */
53- public void testApp ()
54- {
55- assertTrue ( true );
56- }
5724}
Original file line number Diff line number Diff line change 3434 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3535 </properties >
3636
37- <dependencies >
38- <dependency >
39- <groupId >junit</groupId >
40- <artifactId >junit</artifactId >
41- <version >3.8.1</version >
42- </dependency >
43- </dependencies >
44-
4537 <build >
4638 <pluginManagement >
4739 <plugins >
Original file line number Diff line number Diff line change 1919 * under the License.
2020 */
2121
22- import junit .framework .Test ;
23- import junit .framework .TestCase ;
24- import junit .framework .TestSuite ;
25-
26- /**
27- * Unit test for simple App.
28- */
29- public class AppTest
30- extends TestCase
22+ public class AppTest
3123{
32- /**
33- * Create the test case
34- *
35- * @param testName name of the test case
36- */
37- public AppTest ( String testName )
38- {
39- super ( testName );
40- }
41-
42- /**
43- * @return the suite of tests being tested
44- */
45- public static Test suite ()
46- {
47- return new TestSuite ( AppTest .class );
48- }
49-
50- /**
51- * Rigourous Test :-)
52- */
53- public void testApp ()
54- {
55- assertTrue ( true );
56- }
5724}
Original file line number Diff line number Diff line change 3636 <maven .compiler.target>@maven.compiler.target@</maven .compiler.target>
3737 </properties >
3838
39- <dependencies >
40- <dependency >
41- <groupId >junit</groupId >
42- <artifactId >junit</artifactId >
43- <version >3.8.1</version >
44- <scope >test</scope >
45- </dependency >
46- </dependencies >
47-
4839 <build >
4940 <pluginManagement >
5041 <plugins >
Original file line number Diff line number Diff line change 1919 * under the License.
2020 */
2121
22- import junit .framework .Test ;
23- import junit .framework .TestCase ;
24- import junit .framework .TestSuite ;
25-
26- /**
27- * Unit test for simple App.
28- */
29- public class AppTest
30- extends TestCase
22+ public class AppTest
3123{
32- /**
33- * Create the test case
34- *
35- * @param testName name of the test case
36- */
37- public AppTest ( String testName )
38- {
39- super ( testName );
40- }
41-
42- /**
43- * @return the suite of tests being tested
44- */
45- public static Test suite ()
46- {
47- return new TestSuite ( AppTest .class );
48- }
49-
50- /**
51- * Rigourous Test :-)
52- */
53- public void testApp ()
54- {
55- assertTrue ( true );
56- }
5724}
25+
Original file line number Diff line number Diff line change 3636 <maven .compiler.target>@maven.compiler.target@</maven .compiler.target>
3737 </properties >
3838
39- <dependencies >
40- <dependency >
41- <groupId >junit</groupId >
42- <artifactId >junit</artifactId >
43- <version >3.8.1</version >
44- <scope >test</scope >
45- </dependency >
46- </dependencies >
47-
4839 <build >
4940 <plugins >
5041 <plugin >
You can’t perform that action at this time.
0 commit comments