diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-06-11 22:28:51 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-06-11 22:28:51 -0300 |
| commit | eba653d0d712e43676e28f93b7cba217cb56cecc (patch) | |
| tree | 1d5849556c99a5bbcc955e217296e5fdf9f990e6 /src/test/java/bjc/replpair/AppTest.java | |
| parent | 71c35c0ffba04e7c7932ffa06b9528b2a5efb48d (diff) | |
Initial commit p2
The rest of the files, for initial upload to github
Diffstat (limited to 'src/test/java/bjc/replpair/AppTest.java')
| -rw-r--r-- | src/test/java/bjc/replpair/AppTest.java | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/test/java/bjc/replpair/AppTest.java b/src/test/java/bjc/replpair/AppTest.java deleted file mode 100644 index a81acfd..0000000 --- a/src/test/java/bjc/replpair/AppTest.java +++ /dev/null @@ -1,20 +0,0 @@ -package bjc.replpair; - -import static org.junit.Assert.assertTrue; - -import org.junit.Test; - -/** - * Unit test for simple App. - */ -public class AppTest -{ - /** - * Rigorous Test :-) - */ - @Test - public void shouldAnswerWithTrue() - { - assertTrue( true ); - } -} |
