Closed jaypipes closed 1 year ago
Now that the Scenario.Run() and Evaluable.Eval() split has happened, the need for checking a terminal condition in the assertions is gone, so removing this now-unneeded interface method.
Scenario.Run()
Evaluable.Eval()
Now that the
Scenario.Run()
andEvaluable.Eval()
split has happened, the need for checking a terminal condition in the assertions is gone, so removing this now-unneeded interface method.