Class TraceVariablesAction

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

    public class TraceVariablesAction
    extends AbstractTestAction
    Action that prints variable values to the console/logger. Action requires a list of variable names. Tries to find the variables in the test context and print its values.
    Since:
    2006
    Author:
    Christoph Deppisch
    • 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
      • getVariableNames

        public List<String> getVariableNames()
        Gets the variableNames.
        Returns:
        the variableNames