package algus; import static org.junit.Assert.*; import org.junit.Test; public class Test1 { @Test public void test() { fail("Not yet implemented"); } }