Class SystemPropertyFunction

  • All Implemented Interfaces:
    com.consol.citrus.functions.Function

    public class SystemPropertyFunction
    extends Object
    implements com.consol.citrus.functions.Function
    Function returns given string argument in lower case.
    Author:
    Christoph Deppisch
    • Constructor Detail

      • SystemPropertyFunction

        public SystemPropertyFunction()
    • Method Detail

      • execute

        public String execute​(List<String> parameterList,
                              com.consol.citrus.context.TestContext context)
        Specified by:
        execute in interface com.consol.citrus.functions.Function