com.lexicalscope.fluentreflection.endtoend
Class TestReflectionOnAnnotatedMethods

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

public class TestReflectionOnAnnotatedMethods
extends Object


Constructor Summary
TestReflectionOnAnnotatedMethods()
           
 
Method Summary
 void canReadAnnotationOnMethod()
           
 void matchingAnnotationIsReflectedOn()
           
 void whenMethodDoesNotHaveAnnotationAnnotatedWithReturnsFalse()
           
 void whenMethodHasAnnotationAnnotatedWithReturnsTrue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestReflectionOnAnnotatedMethods

public TestReflectionOnAnnotatedMethods()
Method Detail

canReadAnnotationOnMethod

public void canReadAnnotationOnMethod()
                               throws Exception
Throws:
Exception

whenMethodHasAnnotationAnnotatedWithReturnsTrue

public void whenMethodHasAnnotationAnnotatedWithReturnsTrue()

whenMethodDoesNotHaveAnnotationAnnotatedWithReturnsFalse

public void whenMethodDoesNotHaveAnnotationAnnotatedWithReturnsFalse()

matchingAnnotationIsReflectedOn

public void matchingAnnotationIsReflectedOn()


Copyright © 2011-2012 lexicalscope. All Rights Reserved.