From 67511b8aad6c1162bbd8ba01e1d4cd9a0bb1e107 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 14 Jul 2014 20:58:42 +0200 Subject: mavenization on its way... --- .../src/test/java/bwlehrpool/AppTest.java | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Dozentenmodul/src/test/java/bwlehrpool/AppTest.java (limited to 'Dozentenmodul/src/test/java') diff --git a/Dozentenmodul/src/test/java/bwlehrpool/AppTest.java b/Dozentenmodul/src/test/java/bwlehrpool/AppTest.java new file mode 100644 index 00000000..ffcdcc2e --- /dev/null +++ b/Dozentenmodul/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