kurt
-
- 5,219,672 total downloads
- last updated 6/1/2022
- Latest version: 2.16.5
FsCheck is a tool for testing .NET programs automatically. You provide a specification of the program, in the form of properties which functions, methods or objects should satisfy, and FsCheck then tests that the properties hold in a large number of randomly generated cases. Such properties are... More information -
FsCheck.
Xunit by: kurt- 2,569,212 total downloads
- last updated 6/1/2022
- Latest version: 2.16.5
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 configuration can be controlled via the PropertyAttribute. -
FsCheck.
NUnit by: kurt- 749,619 total downloads
- last updated 6/1/2022
- Latest version: 2.16.5
FsCheck.NUnit integrates FsCheck with NUnit by adding a PropertyAttribute that runs FsCheck tests, similar to NUnit TestAttribute. All the options normally available in vanilla FsCheck via configuration can be controlled via the PropertyAttribute. -
- 3,364 total downloads
- last updated 11/14/2015
- Latest version: 1.9.7
Reflections helpers for F#