Interface Function


  • public interface Function
    General function interface.
    Author:
    Christoph Deppisch
    • Method Detail

      • lookup

        static Map<String,​Function> lookup()
        Resolves all available functions from resource path lookup. Scans classpath for function meta information and instantiates those functions.
        Returns:
      • execute

        String execute​(List<String> parameterList,
                       TestContext context)
        Method called on execution.
        Parameters:
        parameterList - list of function arguments.
        context -
        Returns:
        function result as string.