diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-04-13 19:41:50 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-04-13 19:41:50 -0400 |
| commit | 7de9c1affab3f5f187fcced44fd11291217bb105 (patch) | |
| tree | ff8158e241f338ccbad77620b2bf7ffc29e8116e /RGens/src/test/java | |
| parent | 7b9cd884a0447aa1ab58bfec4f801ee2b5153b19 (diff) | |
General refactoring
Diffstat (limited to 'RGens/src/test/java')
| -rw-r--r-- | RGens/src/test/java/bjc/RGens/AppTest.java | 34 |
1 files changed, 0 insertions, 34 deletions
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); - } -} |
