Package net.thucydides.core.steps
Class BaseMethodRunner
java.lang.Object
net.thucydides.core.steps.BaseMethodRunner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninvokeMethod(Object obj, Object[] args, Method method) Invokes a method on a given object using the given parameters
-
Constructor Details
-
BaseMethodRunner
public BaseMethodRunner()
-
-
Method Details
-
invokeMethod
Invokes a method on a given object using the given parameters- Parameters:
obj-args-method-- Returns:
- - the result of invoking the method with the given parameters.
- Throws:
Throwable
-