package net.sourceforge.cobertura.scala; import static org.junit.Assert.*; import org.junit.Test; public class BasicScalaTest { @Test public void test() { fail("Not yet implemented"); } }