1 35 36 package org.codehaus.groovy.classgen; 37 38 import groovy.lang.GroovyObject; 39 40 import org.codehaus.groovy.classgen.TestSupport; 41 42 50 public class RunBugsTest extends TestSupport { 51 52 144 145 public void testGroovy303_Bug() throws Exception { 146 GroovyObject object = compile("src/test/groovy/bugs/Groovy303_Bug.groovy"); 147 object.invokeMethod("testBug", null); 148 } 149 150 151 152 } 153 | Popular Tags |