From f975eba3055cd86ae043eab41a073eeeb507b6a1 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Fri, 5 Mar 2021 15:07:30 +0100 Subject: [client,server] Remove unused/empty unit tests --- .../src/test/java/bwlehrpool/AppTest.java | 38 ---------------------- .../src/test/java/bwlehrpool/AppTest.java | 38 ---------------------- 2 files changed, 76 deletions(-) delete mode 100644 dozentenmodul/src/test/java/bwlehrpool/AppTest.java delete mode 100644 dozentenmodulserver/src/test/java/bwlehrpool/AppTest.java diff --git a/dozentenmodul/src/test/java/bwlehrpool/AppTest.java b/dozentenmodul/src/test/java/bwlehrpool/AppTest.java deleted file mode 100644 index ffcdcc2e..00000000 --- a/dozentenmodul/src/test/java/bwlehrpool/AppTest.java +++ /dev/null @@ -1,38 +0,0 @@ -package bwlehrpool; - -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 ); - } -} diff --git a/dozentenmodulserver/src/test/java/bwlehrpool/AppTest.java b/dozentenmodulserver/src/test/java/bwlehrpool/AppTest.java deleted file mode 100644 index ffcdcc2e..00000000 --- a/dozentenmodulserver/src/test/java/bwlehrpool/AppTest.java +++ /dev/null @@ -1,38 +0,0 @@ -package bwlehrpool; - -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 ); - } -} -- cgit v1.2.3-55-g7522