From 7de9c1affab3f5f187fcced44fd11291217bb105 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Wed, 13 Apr 2016 19:41:50 -0400 Subject: General refactoring --- RGens/src/test/java/bjc/RGens/AppTest.java | 34 ------------------------------ 1 file changed, 34 deletions(-) delete mode 100644 RGens/src/test/java/bjc/RGens/AppTest.java (limited to 'RGens/src/test/java') diff --git a/RGens/src/test/java/bjc/RGens/AppTest.java b/RGens/src/test/java/bjc/RGens/AppTest.java deleted file mode 100644 index 7620403..0000000 --- a/RGens/src/test/java/bjc/RGens/AppTest.java +++ /dev/null @@ -1,34 +0,0 @@ -package bjc.RGens; - -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