Class LoadMessageFunction

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

    public class LoadMessageFunction
    extends Object
    implements com.consol.citrus.functions.Function
    Function loads message from test context message store. Incoming and sent messages get automatically stored to the message store. Messages are identified by their name.
    Since:
    2.6.2
    Author:
    Christoph Deppisch
    • Constructor Detail

      • LoadMessageFunction

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