From 2a219f36a5c2bb5cff9e844b655423b43a8763bc Mon Sep 17 00:00:00 2001 From: Sandra Parsick Date: Mon, 20 Oct 2025 17:21:33 +0200 Subject: [PATCH] chore: remove juni3 references Signed-off-by: Sandra Parsick --- src/test/resources/unit/project-001/pom.xml | 9 +----- .../src/test/java/foo/project001/AppTest.java | 32 +------------------ src/test/resources/unit/project-003/pom.xml | 9 +----- .../src/test/java/foo/project003/AppTest.java | 32 +------------------ src/test/resources/unit/project-010/pom.xml | 8 ----- .../src/test/java/foo/project010/AppTest.java | 32 +------------------ 6 files changed, 5 insertions(+), 117 deletions(-) diff --git a/src/test/resources/unit/project-001/pom.xml b/src/test/resources/unit/project-001/pom.xml index c726e61..a8514b4 100644 --- a/src/test/resources/unit/project-001/pom.xml +++ b/src/test/resources/unit/project-001/pom.xml @@ -25,14 +25,7 @@ under the License. jar Maven http://maven.apache.org - - - junit - junit - 3.8.1 - test - - + diff --git a/src/test/resources/unit/project-001/src/test/java/foo/project001/AppTest.java b/src/test/resources/unit/project-001/src/test/java/foo/project001/AppTest.java index 63db293..99bc65c 100644 --- a/src/test/resources/unit/project-001/src/test/java/foo/project001/AppTest.java +++ b/src/test/resources/unit/project-001/src/test/java/foo/project001/AppTest.java @@ -37,34 +37,4 @@ * 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(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); - } -} +public class AppTest {} diff --git a/src/test/resources/unit/project-003/pom.xml b/src/test/resources/unit/project-003/pom.xml index fe73a62..8e7e669 100644 --- a/src/test/resources/unit/project-003/pom.xml +++ b/src/test/resources/unit/project-003/pom.xml @@ -24,14 +24,7 @@ under the License. 99.0 jar Maven - - - junit - junit - 3.8.1 - test - - + diff --git a/src/test/resources/unit/project-003/src/test/java/foo/project003/AppTest.java b/src/test/resources/unit/project-003/src/test/java/foo/project003/AppTest.java index 55c4ed5..e8b8866 100644 --- a/src/test/resources/unit/project-003/src/test/java/foo/project003/AppTest.java +++ b/src/test/resources/unit/project-003/src/test/java/foo/project003/AppTest.java @@ -37,34 +37,4 @@ * 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(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); - } -} +public class AppTest {} diff --git a/src/test/resources/unit/project-010/pom.xml b/src/test/resources/unit/project-010/pom.xml index d984dc9..dc68a3e 100644 --- a/src/test/resources/unit/project-010/pom.xml +++ b/src/test/resources/unit/project-010/pom.xml @@ -25,14 +25,6 @@ under the License. jar Maven http://maven.apache.org - - - junit - junit - 3.8.1 - test - - diff --git a/src/test/resources/unit/project-010/src/test/java/foo/project010/AppTest.java b/src/test/resources/unit/project-010/src/test/java/foo/project010/AppTest.java index 28a94db..d633030 100644 --- a/src/test/resources/unit/project-010/src/test/java/foo/project010/AppTest.java +++ b/src/test/resources/unit/project-010/src/test/java/foo/project010/AppTest.java @@ -37,34 +37,4 @@ * 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(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); - } -} +public class AppTest {}