Class InvokeMethod
- java.lang.Object
-
- org.junit.runners.model.Statement
-
- org.junit.internal.runners.statements.InvokeMethod
-
public class InvokeMethod extends Statement
-
-
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.
-
-
-
Constructor Detail
-
InvokeMethod
public InvokeMethod(FrameworkMethod testMethod, java.lang.Object target)
-
-