Class InvokeMethod
- java.lang.Object
-
- org.junit.runners.model.Statement
-
- org.junit.internal.runners.statements.InvokeMethod
-
public class InvokeMethod extends Statement
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object
target
private FrameworkMethod
testMethod
-
Constructor Summary
Constructors Constructor Description InvokeMethod(FrameworkMethod testMethod, java.lang.Object target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluate()
Run the action, throwing aThrowable
if anything goes wrong.
-
-
-
Field Detail
-
testMethod
private final FrameworkMethod testMethod
-
target
private final java.lang.Object target
-
-
Constructor Detail
-
InvokeMethod
public InvokeMethod(FrameworkMethod testMethod, java.lang.Object target)
-
-