File tree Expand file tree Collapse file tree 6 files changed +5
-111
lines changed
src/test/java/foo/project001
src/test/java/foo/project003
src/test/java/foo/project010 Expand file tree Collapse file tree 6 files changed +5
-111
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,7 @@ under the License.
2525 <packaging >jar</packaging >
2626 <name >Maven</name >
2727 <url >http://maven.apache.org</url >
28- <dependencies >
29- <dependency >
30- <groupId >junit</groupId >
31- <artifactId >junit</artifactId >
32- <version >3.8.1</version >
33- <scope >test</scope >
34- </dependency >
35- </dependencies >
28+
3629 <build >
3730 <resources >
3831 <resource >
Original file line number Diff line number Diff line change 3737 * under the License.
3838 */
3939
40- import junit .framework .Test ;
41- import junit .framework .TestCase ;
42- import junit .framework .TestSuite ;
43-
44- /**
45- * Unit test for simple App.
46- */
47- public class AppTest extends TestCase {
48- /**
49- * Create the test case
50- *
51- * @param testName name of the test case
52- */
53- public AppTest (String testName ) {
54- super (testName );
55- }
56-
57- /**
58- * @return the suite of tests being tested
59- */
60- public static Test suite () {
61- return new TestSuite (AppTest .class );
62- }
63-
64- /**
65- * Rigourous Test :-)
66- */
67- public void testApp () {
68- assertTrue (true );
69- }
40+ public class AppTest {
7041}
Original file line number Diff line number Diff line change @@ -24,14 +24,7 @@ under the License.
2424 <version >99.0</version >
2525 <packaging >jar</packaging >
2626 <name >Maven</name >
27- <dependencies >
28- <dependency >
29- <groupId >junit</groupId >
30- <artifactId >junit</artifactId >
31- <version >3.8.1</version >
32- <scope >test</scope >
33- </dependency >
34- </dependencies >
27+
3528 <build >
3629 <resources >
3730 <resource >
Original file line number Diff line number Diff line change 3737 * under the License.
3838 */
3939
40- import junit .framework .Test ;
41- import junit .framework .TestCase ;
42- import junit .framework .TestSuite ;
4340
44- /**
45- * Unit test for simple App.
46- */
47- public class AppTest extends TestCase {
48- /**
49- * Create the test case
50- *
51- * @param testName name of the test case
52- */
53- public AppTest (String testName ) {
54- super (testName );
55- }
56-
57- /**
58- * @return the suite of tests being tested
59- */
60- public static Test suite () {
61- return new TestSuite (AppTest .class );
62- }
41+ public class AppTest {
6342
64- /**
65- * Rigourous Test :-)
66- */
67- public void testApp () {
68- assertTrue (true );
69- }
7043}
Original file line number Diff line number Diff line change @@ -25,14 +25,6 @@ under the License.
2525 <packaging >jar</packaging >
2626 <name >Maven</name >
2727 <url >http://maven.apache.org</url >
28- <dependencies >
29- <dependency >
30- <groupId >junit</groupId >
31- <artifactId >junit</artifactId >
32- <version >3.8.1</version >
33- <scope >test</scope >
34- </dependency >
35- </dependencies >
3628 <build >
3729 <resources >
3830 <resource >
Original file line number Diff line number Diff line change 3737 * under the License.
3838 */
3939
40- import junit .framework .Test ;
41- import junit .framework .TestCase ;
42- import junit .framework .TestSuite ;
40+ public class AppTest {
4341
44- /**
45- * Unit test for simple App.
46- */
47- public class AppTest extends TestCase {
48- /**
49- * Create the test case
50- *
51- * @param testName name of the test case
52- */
53- public AppTest (String testName ) {
54- super (testName );
55- }
56-
57- /**
58- * @return the suite of tests being tested
59- */
60- public static Test suite () {
61- return new TestSuite (AppTest .class );
62- }
63-
64- /**
65- * Rigourous Test :-)
66- */
67- public void testApp () {
68- assertTrue (true );
69- }
7042}
You can’t perform that action at this time.
0 commit comments