autostep / AutoStep

AutoStep Testing Framework - Core Libraries and Components
MIT License
22 stars 1 forks source link

Detect Circular References in Step Definition Execution #24

Closed alistairjevans closed 4 years ago

alistairjevans commented 4 years ago

The execution of step definitions needs to detect indirect circular references and raise an error; we'll just detect this at runtime.

alistairjevans commented 4 years ago

Resolved in #27.