diff options
| author | Jonathan Bauer | 2014-09-11 15:00:28 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-09-11 15:00:28 +0200 |
| commit | afd4abcd1902971384f14515fe97646947b66f94 (patch) | |
| tree | 4ad51b4af5a7a8384d9a1ce8dcc8fae0f177f563 /dozentenmodulserver/Dozentenmodulserver/src/test/java/bwlehrpool/AppTest.java | |
| parent | OS dependent path for config file (diff) | |
| download | tutor-module-afd4abcd1902971384f14515fe97646947b66f94.tar.gz tutor-module-afd4abcd1902971384f14515fe97646947b66f94.tar.xz tutor-module-afd4abcd1902971384f14515fe97646947b66f94.zip | |
lower case names for folder please
Diffstat (limited to 'dozentenmodulserver/Dozentenmodulserver/src/test/java/bwlehrpool/AppTest.java')
| -rw-r--r-- | dozentenmodulserver/Dozentenmodulserver/src/test/java/bwlehrpool/AppTest.java | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/dozentenmodulserver/Dozentenmodulserver/src/test/java/bwlehrpool/AppTest.java b/dozentenmodulserver/Dozentenmodulserver/src/test/java/bwlehrpool/AppTest.java new file mode 100644 index 00000000..ffcdcc2e --- /dev/null +++ b/dozentenmodulserver/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 ); + } +} |
