Skip to content

Commit d25b9ce

Browse files
committed
chore: remove juni3 references
Signed-off-by: Sandra Parsick <sandra@parsick.dev>
1 parent 08b0c60 commit d25b9ce

File tree

6 files changed

+5
-111
lines changed

6 files changed

+5
-111
lines changed

src/test/resources/unit/project-001/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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>

src/test/resources/unit/project-001/src/test/java/foo/project001/AppTest.java

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -37,34 +37,5 @@
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
}

src/test/resources/unit/project-003/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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>

src/test/resources/unit/project-003/src/test/java/foo/project003/AppTest.java

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -37,34 +37,7 @@
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
}

src/test/resources/unit/project-010/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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>

src/test/resources/unit/project-010/src/test/java/foo/project010/AppTest.java

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -37,34 +37,6 @@
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
}

0 commit comments

Comments
 (0)