org.junit.internal.runners.model
Class ReflectiveCallable

java.lang.Object
  extended by org.junit.internal.runners.model.ReflectiveCallable

public abstract class ReflectiveCallable
extends Object

When invoked, throws the exception from the reflected method, rather than wrapping it in an InvocationTargetException.


Constructor Summary
ReflectiveCallable()
           
 
Method Summary
 Object run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectiveCallable

public ReflectiveCallable()
Method Detail

run

public Object run()
           throws Throwable
Throws:
Throwable