Class MethodUtils
java.lang.Object
org.antublue.test.engine.internal.util.MethodUtils
Class to implement Method utilities
-
Method Summary
-
Method Details
-
invoke
Method to invoke a method- Parameters:
object- objectmethod- methodthrowableConsumer- throwableConsumer
-
invoke
public static void invoke(Object object, Method method, Object[] arguments, Consumer<Throwable> throwableConsumer) Method to invoke a method- Parameters:
object- objectmethod- methodarguments- argumentsthrowableConsumer- throwableConsumer
-