Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 518 Bytes

File metadata and controls

14 lines (8 loc) · 518 Bytes

Unit testing with F# demo

Demo code for my ON.NET show about unit testing with F#.

Borrowed heavily from the excellent @swlaschin's article on property based testing with F#.

Prerequisites

Running it

Run dotnet test from a command line either in the solution directory or the test directory. That's it!