FSharp
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.
Read More