コード例 #1
0
 private void I_evaluate_context_with_filter(IConditionExpression filter)
 {
     conditionExpression = filter;
     StepExecution.Current.Comment($"Current filter:\n{conditionExpression.FormatObject()}\n");
 }