summaryrefslogtreecommitdiff
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
parent212e152b09986d526c361582e6e85c3b547d7266 (diff)
Remove stock tests
-rw-r--r--dice/src/test/java/bjc/dicelang/AppTest.java34
-rw-r--r--scl/src/test/java/bjc/AppTest.java34
2 files changed, 0 insertions, 68 deletions
diff --git a/dice/src/test/java/bjc/dicelang/AppTest.java b/dice/src/test/java/bjc/dicelang/AppTest.java
deleted file mode 100644
index 210aec7..0000000
--- a/dice/src/test/java/bjc/dicelang/AppTest.java
+++ /dev/null
@@ -1,34 +0,0 @@
-package bjc.dicelang;
-
-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);
- }
-}
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);
- }
-}