diff options
Diffstat (limited to 'scl')
| -rw-r--r-- | scl/src/test/java/bjc/AppTest.java | 34 |
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); - } -} |
