org.junit.internal.runners.statements
Class InvokeMethod
java.lang.Object
org.junit.runners.model.Statement
org.junit.internal.runners.statements.InvokeMethod
public class InvokeMethod
- extends Statement
Method Summary |
void |
evaluate()
Run the action, throwing a Throwable if anything goes wrong. |
InvokeMethod
public InvokeMethod(FrameworkMethod testMethod,
Object target)
evaluate
public void evaluate()
throws Throwable
- Description copied from class:
Statement
- Run the action, throwing a
Throwable
if anything goes wrong.
- Specified by:
evaluate
in class Statement
- Throws:
Throwable