Interface WithExpressions<B>

All Known Subinterfaces:
VariableExtractor.Builder<T,B>

public interface WithExpressions<B>
Author:
Christoph Deppisch
  • Method Summary

    Modifier and Type
    Method
    Description
    expression(String expression, Object value)
    Add an expression that gets evaluated.
    expressions(Map<String,Object> expressions)
    Sets the expressions to evaluate.
  • Method Details

    • 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: