|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.junit.internal.runners.model.ReflectiveCallable
public abstract class ReflectiveCallable
When invoked, throws the exception from the reflected method, rather than wrapping it in an InvocationTargetException.
Constructor Summary | |
---|---|
ReflectiveCallable()
|
Method Summary | |
---|---|
java.lang.Object |
run()
|
protected abstract java.lang.Object |
runReflectiveCall()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReflectiveCallable()
Method Detail |
---|
public java.lang.Object run() throws java.lang.Throwable
java.lang.Throwable
protected abstract java.lang.Object runReflectiveCall() throws java.lang.Throwable
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |