Class Match

    • Constructor Detail

      • Match

        public Match()
    • Method Detail

      • getLocation

        public String getLocation()
        Get the class and method where this step is defined.
        Returns:
        The location string.
      • setLocation

        public void setLocation​(String location)
        Set the class and method where this step is defined.
        Parameters:
        location - The location string.
      • getArguments

        public List<com.trivago.cluecumber.engine.json.pojo.Argument> getArguments()
        Get the list of arguments of the step method.
        Returns:
        The Argument list.
      • setArguments

        public void setArguments​(List<com.trivago.cluecumber.engine.json.pojo.Argument> arguments)
        Set the list of arguments of the step method.
        Parameters:
        arguments - The Argument list.