| org.codehaus.groovy.classgen.TestSupport org.codehaus.groovy.classgen.GetPropertyTest
GetPropertyTest | public class GetPropertyTest extends TestSupport (Code) | | Tests using the GroovyObject API from Java on a groovy object
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)
|
|
|