Class JavaAction

All Implemented Interfaces:
Described, Named, TestAction, TestActorAware

public class JavaAction extends AbstractTestAction
Action to enable class invocation through java reflection
Since:
2006
  • Constructor Details

  • Method Details

    • doExecute

      public void doExecute(TestContext context)
      Description copied from class: AbstractTestAction
      Subclasses may add custom execution logic here.
      Specified by:
      doExecute in class AbstractTestAction
    • getInstance

      public Object getInstance()
      Gets the instance.
      Returns:
      the instance
    • getClassName

      public String getClassName()
      Gets the className.
      Returns:
      the className
    • getMethodName

      public String getMethodName()
      Gets the methodName.
      Returns:
      the methodName
    • getMethodArgs

      public List<Object> getMethodArgs()
      Gets the methodArgs.
      Returns:
      the methodArgs
    • getConstructorArgs

      public List<Object> getConstructorArgs()
      Gets the constructorArgs.
      Returns:
      the constructorArgs