gdt-dev / gdt

Go Declarative Testing
Apache License 2.0
4 stars 2 forks source link

remove unused Assertions.Terminal() interface #17

Closed jaypipes closed 1 year ago

jaypipes commented 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.