From f5423ed4d0646b1f1dae6ed22d6f5cc853566959 Mon Sep 17 00:00:00 2001 From: student Date: Mon, 19 Mar 2018 16:24:36 -0400 Subject: Remove stock tests --- scl/src/test/java/bjc/AppTest.java | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 scl/src/test/java/bjc/AppTest.java (limited to 'scl/src/test/java/bjc') diff --git a/scl/src/test/java/bjc/AppTest.java b/scl/src/test/java/bjc/AppTest.java deleted file mode 100644 index 21becec..0000000 --- a/scl/src/test/java/bjc/AppTest.java +++ /dev/null @@ -1,34 +0,0 @@ -package bjc; - -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