summaryrefslogtreecommitdiff
path: root/scl/src/test/java/bjc
diff options
context:
space:
mode:
authorstudent <student@69.161.224.76>2018-03-19 16:24:36 -0400
committerstudent <student@69.161.224.76>2018-03-19 16:24:36 -0400
commitf5423ed4d0646b1f1dae6ed22d6f5cc853566959 (patch)
tree170a051b24d2538ad3632804c6fb6134c14a70db /scl/src/test/java/bjc
parent212e152b09986d526c361582e6e85c3b547d7266 (diff)
Remove stock tests
Diffstat (limited to 'scl/src/test/java/bjc')
-rw-r--r--scl/src/test/java/bjc/AppTest.java34
1 files changed, 0 insertions, 34 deletions
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);
- }
-}