aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/tests/Tests.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/jcgp/tests/Tests.java')
-rw-r--r--src/jcgp/tests/Tests.java22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/jcgp/tests/Tests.java b/src/jcgp/tests/Tests.java
deleted file mode 100644
index 8fbf0be..0000000
--- a/src/jcgp/tests/Tests.java
+++ /dev/null
@@ -1,22 +0,0 @@
-package jcgp.tests;
-
-import static org.junit.Assert.fail;
-
-import org.junit.Before;
-import org.junit.Test;
-
-public class Tests {
-
- @Before
- public void setUp() throws Exception {
-
-
- }
-
- @Test
- public void test() {
- fail("Not yet implemented");
-
- }
-
-}