From ccf5fac0905fc2535c9a5a2e5f01a35b31c606d4 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 14 Jul 2014 18:54:00 +0200 Subject: Converted DMS to Maven project (1/2) --- .../src/test/java/bwlehrpool/AppTest.java | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Dozentenmodulserver/src/test/java/bwlehrpool/AppTest.java (limited to 'Dozentenmodulserver/src/test/java') diff --git a/Dozentenmodulserver/src/test/java/bwlehrpool/AppTest.java b/Dozentenmodulserver/src/test/java/bwlehrpool/AppTest.java new file mode 100644 index 00000000..ffcdcc2e --- /dev/null +++ b/Dozentenmodulserver/src/test/java/bwlehrpool/AppTest.java @@ -0,0 +1,38 @@ +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