kurt
-
- 36,168 total downloads
- last updated 4/27/2015
- Latest version: 2.0.0-alpha (prerelease)
FsCheck is a tool for testing .NET programs automatically. The programmer provides a specification of the program, in the form of properties which functions, methods or objects should satisfy, and FsCheck then... More information -
FsCheck.
by: kurtXunit - 15,409 total downloads
- last updated 4/27/2015
- Latest version: 2.0.0-alpha (prerelease)
FsCheck.Xunit integrates FsCheck with xUnit.NET by adding a PropertyAttribute that runs FsCheck tests, similar to xUnit.NET's FactAttribute. All the options normally available in vanilla FsCheck via... More information -
FsCheck.
by: kurtNunit - 3,753 total downloads
- last updated 4/27/2015
- Latest version: 2.0.0-alpha (prerelease)
Integrates FsCheck with NUnit by adding a PropertyAttribute that runs FsCheck tests.