skip to the main content area of this page
Patterns and Practices

FSharp


 

FsUnit - Create NUnit TestFixtures in the F# Programming Language

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

Topics



Popular Tags



External Topics