Class DecodeBase64Function

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

    public class DecodeBase64Function
    extends Object
    implements com.consol.citrus.functions.Function
    Decodes base64 binary data to a character sequence.
    Author:
    Christoph Deppisch
    • Constructor Detail

      • DecodeBase64Function

        public DecodeBase64Function()
    • 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