package LANG_PROJECT_ID.tests; import org.junit.Test; import melnorme.utilbox.tests.CommonTest; public class DummyTest extends CommonTest { @Test public void testname() throws Exception { testname$(); } public void testname$() throws Exception { } }