com.lexicalscope.fluentreflection.endtoend
Class TestReflectedObject

java.lang.Object
  extended by com.lexicalscope.fluentreflection.endtoend.TestReflectedObject

public class TestReflectedObject
extends Object


Constructor Summary
TestReflectedObject()
           
 
Method Summary
 void classUnderReflectionIsCorrect()
           
 void instanceMethodArgumentsCountIsCorrect()
           
 void instanceMethodArgumentTypeIsCorrect()
           
 void instanceMethodDeclaringTypeIsCorrect()
           
 void instanceMethodsCanBeCalled()
           
 void instanceMethodsCanHaveReturnTypeBoundAndBeCalled()
           
 void instanceMethodsWithArgumentsCanBeCalled()
           
 void methodsAreFound()
           
 void staticMethodsAreNotFound()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestReflectedObject

public TestReflectedObject()
Method Detail

instanceMethodsCanBeCalled

public void instanceMethodsCanBeCalled()
                                throws Exception
Throws:
Exception

instanceMethodsCanHaveReturnTypeBoundAndBeCalled

public void instanceMethodsCanHaveReturnTypeBoundAndBeCalled()
                                                      throws Exception
Throws:
Exception

instanceMethodsWithArgumentsCanBeCalled

public void instanceMethodsWithArgumentsCanBeCalled()
                                             throws Exception
Throws:
Exception

instanceMethodArgumentsCountIsCorrect

public void instanceMethodArgumentsCountIsCorrect()
                                           throws Exception
Throws:
Exception

instanceMethodArgumentTypeIsCorrect

public void instanceMethodArgumentTypeIsCorrect()
                                         throws Exception
Throws:
Exception

instanceMethodDeclaringTypeIsCorrect

public void instanceMethodDeclaringTypeIsCorrect()
                                          throws Exception
Throws:
Exception

staticMethodsAreNotFound

public void staticMethodsAreNotFound()
                              throws Exception
Throws:
Exception

methodsAreFound

public void methodsAreFound()
                     throws Exception
Throws:
Exception

classUnderReflectionIsCorrect

public void classUnderReflectionIsCorrect()
                                   throws Exception
Throws:
Exception


Copyright © 2011-2012 lexicalscope. All Rights Reserved.