Package com.consol.citrus.builder
Interface WithExpressions<B>
-
- All Known Subinterfaces:
VariableExtractor.Builder<T,B>
public interface WithExpressions<B>- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bexpression(String expression, Object value)Add an expression that gets evaluated.Bexpressions(Map<String,Object> expressions)Sets the expressions to evaluate.
-
-
-
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:
-
-