Class BaseMethodRunner

java.lang.Object
net.thucydides.core.steps.BaseMethodRunner

public class BaseMethodRunner extends Object
  • Constructor Details

    • BaseMethodRunner

      public BaseMethodRunner()
  • Method Details

    • invokeMethod

      public Object invokeMethod(Object obj, Object[] args, Method method) throws Throwable
      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