diff options
author | Eduardo Pedroni <ep625@york.ac.uk> | 2014-01-31 13:06:54 +0000 |
---|---|---|
committer | Eduardo Pedroni <ep625@york.ac.uk> | 2014-01-31 13:06:54 +0000 |
commit | a02f1fff03ab58416da812597e67a0c7e21fdbd5 (patch) | |
tree | 0192f0db1d1bc8d6d29433f4e84d4c94a89ed2ac /src/jcgp/tests | |
parent | 8f7874fa75c532bab994af8e6553d37afe42ec4c (diff) |
Created most of the classes that will be necessary, content is blank for now.
Diffstat (limited to 'src/jcgp/tests')
-rw-r--r-- | src/jcgp/tests/Tests.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/jcgp/tests/Tests.java b/src/jcgp/tests/Tests.java index 28bfd3d..8fbf0be 100644 --- a/src/jcgp/tests/Tests.java +++ b/src/jcgp/tests/Tests.java @@ -1,6 +1,6 @@ package jcgp.tests; -import static org.junit.Assert.*; +import static org.junit.Assert.fail; import org.junit.Before; import org.junit.Test; @@ -11,13 +11,12 @@ public class Tests { public void setUp() throws Exception { - } @Test public void test() { fail("Not yet implemented"); - + } } |