Interface TestMethodExecutor


public interface TestMethodExecutor
TestMethodExecutor
Version:
$Revision: $
Author:
Aslak Knutsen
  • Method Details

    • getMethodName

      String getMethodName()
      The method name to invoke
    • getMethod

      Method getMethod()
      The method to invoke.
    • getInstance

      Object getInstance()
      The current instance.
    • invoke

      void invoke(Object... parameters) throws Throwable
      Invokes the Method on the Instance.
      Throws:
      Throwable