java.lang.Object
net.thucydides.junit.internals.MethodInvoker
A centralized way to invoke a method on a parameter.
Raises an IllegalArgumentException if something goes wrong.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MethodInvoker
-
-
Method Details
-
on
-
run
-
invokeMethod
protected Object invokeMethod(Method method, Object[] parameters) throws IllegalAccessException, InvocationTargetException
-