diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-06-11 20:01:53 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-06-11 20:01:53 -0300 |
| commit | 71c35c0ffba04e7c7932ffa06b9528b2a5efb48d (patch) | |
| tree | d33fa0bffc0ead53242c5e702159ddd78d9c277f /src/test | |
Initial commit
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/java/bjc/replpair/AppTest.java | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/test/java/bjc/replpair/AppTest.java b/src/test/java/bjc/replpair/AppTest.java new file mode 100644 index 0000000..a81acfd --- /dev/null +++ b/src/test/java/bjc/replpair/AppTest.java @@ -0,0 +1,20 @@ +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 ); + } +} |
