Class ReflectiveCallable

java.lang.Object
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 Details

    • ReflectiveCallable

      public ReflectiveCallable()
  • Method Details