Interface WithExpressions<B>

    • Method Detail

      • expressions

        B expressions​(Map<String,​Object> expressions)
        Sets the expressions to evaluate. Keys are expressions that should be evaluated and values are target variable names that are stored in the test context with the evaluated result as variable value.
        Parameters:
        expressions -
        Returns:
      • expression

        B expression​(String expression,
                     Object value)
        Add an expression that gets evaluated. The evaluation result is stored in the test context as variable with given variable name.
        Parameters:
        expression -
        value -
        Returns: