import org.junit.*; /** * * @author koller */ class GroovyTestTest { @Test public void test1() { assert true; } }