Class JavaAction

  • All Implemented Interfaces:
    com.consol.citrus.common.Described, com.consol.citrus.common.Named, com.consol.citrus.TestAction, com.consol.citrus.TestActorAware

    public class JavaAction
    extends AbstractTestAction
    Action to enable class invocation through java reflection
    Since:
    2006
    Author:
    Christoph Deppisch
    • Constructor Detail

    • Method Detail

      • doExecute

        public void doExecute​(com.consol.citrus.context.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