| org.codehaus.groovy.classgen.TestSupport org.codehaus.groovy.classgen.RunBugsTest
RunBugsTest | public class RunBugsTest extends TestSupport (Code) | | A helper class for testing bugs in code generation errors. By turning on the
logging in TestSupport we can dump the ASM code generation code for inner
classes etc.
author: James Strachan version: $Revision: 1924 $ |
Methods inherited from org.codehaus.groovy.classgen.TestSupport | protected void assertField(Class aClass, String name, int modifiers, ClassNode type) throws Exception(Code)(Java Doc) protected void assertGetProperty(Object bean, String property, Object expected) throws Exception(Code)(Java Doc) protected void assertScript(String text) throws Exception(Code)(Java Doc) protected void assertScript(String text, String scriptName) throws Exception(Code)(Java Doc) protected void assertScriptFile(String fileName) throws Exception(Code)(Java Doc) protected void assertSetProperty(Object bean, String property, Object newValue) throws Exception(Code)(Java Doc) protected GroovyObject compile(String fileName) throws Exception(Code)(Java Doc) protected ExpressionStatement createPrintlnStatement(Expression expression) throws NoSuchFieldException(Code)(Java Doc) protected PropertyDescriptor getDescriptor(Object bean, String property) throws Exception(Code)(Java Doc) protected Object invokeMethod(Object bean, Method method, Object[] args) throws Exception(Code)(Java Doc) protected Class loadClass(ClassNode classNode)(Code)(Java Doc)
|
|
|