| org.codehaus.groovy.classgen.TestSupport org.codehaus.groovy.classgen.ClassCompletionVerifierTest
ClassCompletionVerifierTest | public class ClassCompletionVerifierTest extends TestSupport (Code) | | author: Paul King |
testDetectsDuplicateMethodsForClassNoParams | public void testDetectsDuplicateMethodsForClassNoParams() throws Exception(Code) | | |
testDetectsDuplicateMethodsForInterfaceOneParam | public void testDetectsDuplicateMethodsForInterfaceOneParam() throws Exception(Code) | | |
testDetectsFinalAbstractClass | public void testDetectsFinalAbstractClass() throws Exception(Code) | | |
testDetectsFinalAbstractInterface | public void testDetectsFinalAbstractInterface() throws Exception(Code) | | |
testDetectsFinalAndStaticMethodsInInterface | public void testDetectsFinalAndStaticMethodsInInterface() throws Exception(Code) | | |
testDetectsIncorrectOtherModifier | public void testDetectsIncorrectOtherModifier() throws Exception(Code) | | |
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)
|
|
|