public class InvokeMethod extends Statement
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
target |
private FrameworkMethod |
testMethod |
Constructor and Description |
---|
InvokeMethod(FrameworkMethod testMethod,
java.lang.Object target) |
Modifier and Type | Method and Description |
---|---|
void |
evaluate()
Run the action, throwing a
Throwable if anything goes wrong. |
private final FrameworkMethod testMethod
private final java.lang.Object target
public InvokeMethod(FrameworkMethod testMethod, java.lang.Object target)