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"); } }