Package org.junit.internal.runners.model
Class ReflectiveCallable
- java.lang.Object
-
- org.junit.internal.runners.model.ReflectiveCallable
-
public abstract class ReflectiveCallable extends java.lang.Object
When invoked, throws the exception from the reflected method, rather than wrapping it in an InvocationTargetException.
-
-
Constructor Summary
Constructors Constructor Description ReflectiveCallable()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.Object
run()
protected abstract java.lang.Object
runReflectiveCall()
-