Class BaseMethodRunner

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

public class BaseMethodRunner
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    BaseMethodRunner()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object invokeMethod​(java.lang.Object obj, java.lang.Object[] args, java.lang.reflect.Method method)
    Invokes a method on a given object using the given parameters

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BaseMethodRunner

      public BaseMethodRunner()
  • Method Details

    • invokeMethod

      public java.lang.Object invokeMethod​(java.lang.Object obj, java.lang.Object[] args, java.lang.reflect.Method method) throws java.lang.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:
      java.lang.Throwable