FsUnit - Create NUnit TestFixtures in the F# Programming Language
Time to learn F# and this is the perfect way to do it. Use F# to create unit tests for your applications.
FsUnit allows you to create NUnit TestFixtures in the F# programming language with as little imperative code as possible. In FsUnit, you use functions to make assertions rather than calling NUnit directly. This results in more powerful and easier to read code.
Learn more here.
Tags:
FSharp