com.lexicalscope.fluentreflection
Class TestBoundReflectedMethodImpl

java.lang.Object
  extended by com.lexicalscope.fluentreflection.TestBoundReflectedMethodImpl

public class TestBoundReflectedMethodImpl
extends Object


Field Summary
 org.junit.rules.ExpectedException exception
           
 
Constructor Summary
TestBoundReflectedMethodImpl()
           
 
Method Summary
 void bindingStaticMethodIsNotAllowed()
           
 void boundMethodReturnTypeIsAvailable()
           
 void boundMethodToStringIsAllowed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception

public org.junit.rules.ExpectedException exception
Constructor Detail

TestBoundReflectedMethodImpl

public TestBoundReflectedMethodImpl()
                             throws SecurityException,
                                    NoSuchMethodException
Throws:
SecurityException
NoSuchMethodException
Method Detail

bindingStaticMethodIsNotAllowed

public void bindingStaticMethodIsNotAllowed()
                                     throws Exception
Throws:
Exception

boundMethodToStringIsAllowed

public void boundMethodToStringIsAllowed()
                                  throws Exception
Throws:
Exception

boundMethodReturnTypeIsAvailable

public void boundMethodReturnTypeIsAvailable()
                                      throws Exception
Throws:
Exception


Copyright © 2011-2012 lexicalscope. All Rights Reserved.