autostep / AutoStep

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

Circular reference detection support. #27

Closed alistairjevans closed 4 years ago

alistairjevans commented 4 years ago

Update the DefaultStepExecutionStrategy to detect circular reference execution.

Added an end-to-end test for this, as well as individual tests in the strategy test file.

Updated FluentAssertions version.

alistairjevans commented 4 years ago

Fixes #24