From eba653d0d712e43676e28f93b7cba217cb56cecc Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Tue, 11 Jun 2019 22:28:51 -0300 Subject: Initial commit p2 The rest of the files, for initial upload to github --- src/test/java/bjc/replpair/AppTest.java | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/test/java/bjc/replpair/AppTest.java (limited to 'src/test/java/bjc/replpair/AppTest.java') 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 ); - } -} -- cgit v1.2.3