Package net.thucydides.core.steps
Class BaseMethodRunner
- java.lang.Object
-
- net.thucydides.core.steps.BaseMethodRunner
-
public class BaseMethodRunner extends Object
-
-
Constructor Summary
Constructors Constructor Description BaseMethodRunner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
invokeMethod(Object obj, Object[] args, Method method)
Invokes a method on a given object using the given parameters
-