public abstract class

ReflectiveCallable

extends Object
java.lang.Object
   ↳ org.junit.internal.runners.model.ReflectiveCallable

Class Overview

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

Summary

Public Constructors
ReflectiveCallable()
Public Methods
Object run()
Protected Methods
abstract Object runReflectiveCall()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ReflectiveCallable ()

Public Methods

public Object run ()

Throws
Throwable

Protected Methods

protected abstract Object runReflectiveCall ()

Throws
Throwable