From 41186ddf8eef2530b95fe90f03bd84ee841115d9 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 15 Apr 2020 15:40:55 +0200 Subject: First Commit --- src/test/java/de/bwlehrpool/bwlp_guac/AppTest.java | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/test/java/de/bwlehrpool/bwlp_guac/AppTest.java (limited to 'src/test/java/de/bwlehrpool/bwlp_guac/AppTest.java') diff --git a/src/test/java/de/bwlehrpool/bwlp_guac/AppTest.java b/src/test/java/de/bwlehrpool/bwlp_guac/AppTest.java new file mode 100644 index 0000000..51d66ec --- /dev/null +++ b/src/test/java/de/bwlehrpool/bwlp_guac/AppTest.java @@ -0,0 +1,38 @@ +package de.bwlehrpool.bwlp_guac; + +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