diff options
author | Manuel Bentele | 2021-03-05 15:07:30 +0100 |
---|---|---|
committer | Manuel Bentele | 2021-03-11 07:46:19 +0100 |
commit | f975eba3055cd86ae043eab41a073eeeb507b6a1 (patch) | |
tree | 22e73fd2216006942d249d0a7fd106bd32ca4eac | |
parent | [client,server] Enable Java compiler warnings (diff) | |
download | tutor-module-f975eba3055cd86ae043eab41a073eeeb507b6a1.tar.gz tutor-module-f975eba3055cd86ae043eab41a073eeeb507b6a1.tar.xz tutor-module-f975eba3055cd86ae043eab41a073eeeb507b6a1.zip |
[client,server] Remove unused/empty unit tests
-rw-r--r-- | dozentenmodul/src/test/java/bwlehrpool/AppTest.java | 38 | ||||
-rw-r--r-- | dozentenmodulserver/src/test/java/bwlehrpool/AppTest.java | 38 |
2 files changed, 0 insertions, 76 deletions
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 ); - } -} |