diff options
| author | mokha <mokha@cisco.com> | 2019-05-05 19:36:09 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-05-05 19:36:09 -0600 |
| commit | 3c2be35d16d7482442911f5b06b68512f86e15b5 (patch) | |
| tree | 636edf7d09f2cc0b2f006c058071ce5b3d9adda6 /src/test/java/ca/mokhan/assignment1/AppTest.java | |
| parent | 46e409f3ca33ec3c7546d0589301c2a4f967c10a (diff) | |
butcher default directory structure to make instructor happy
Diffstat (limited to 'src/test/java/ca/mokhan/assignment1/AppTest.java')
| -rw-r--r-- | src/test/java/ca/mokhan/assignment1/AppTest.java | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/test/java/ca/mokhan/assignment1/AppTest.java b/src/test/java/ca/mokhan/assignment1/AppTest.java deleted file mode 100644 index f4c16b8..0000000 --- a/src/test/java/ca/mokhan/assignment1/AppTest.java +++ /dev/null @@ -1,19 +0,0 @@ -package ca.mokhan.assignment1; - -import junit.framework.Test; -import junit.framework.TestCase; -import junit.framework.TestSuite; - -public class AppTest extends TestCase { - public AppTest(String testName) { - super(testName); - } - - public static Test suite() { - return new TestSuite(AppTest.class); - } - - public void testApp() { - assertTrue(true); - } -} |
