.NET Software Development Tutorials and Videos: C#, ASP, SQL Server, Linq, Visual Basic, Silverlight, Azure
TickSpec: An F# BDD Framework

TickSpec: An F# BDD Framework

TickSpec is a lightweight Behaviour Driven Development (BDD) framework. You describe behaviour in plain text using the Gherkin business language, i.e. given, when, then. It is then easy to execute the behaviour against matching F# tick methods (let “tick method“ () = true) or attributed C# or F# methods.