Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
7 packages returned for Tags:"quickcheck"
Sort by
Relevance
Downloads
Recently updated
FsCheck
by:
kurt
5,238,351 total downloads
last updated
1/8/2022
Latest version:
3.0.0-beta2
test
testing
random
fscheck
quickcheck
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...
More information
FsCheck.
Xunit
by:
kurt
2,577,034 total downloads
last updated
1/8/2022
Latest version:
3.0.0-beta2
test
testing
random
fscheck
quickcheck
xunit
xunit.net
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.
NUnit
by:
kurt
753,364 total downloads
last updated
1/8/2022
Latest version:
3.0.0-beta2
test
testing
random
fscheck
quickcheck
nunit
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...
More information
CsCheck
by:
AnthonyLloyd
56,207 total downloads
last updated
11/30/2022
Latest version:
2.10.1
quickcheck
random
model-based
metamorphic
concurrency
performance
causal-profiling
regression
testing
CsCheck is a C# random testing library inspired by QuickCheck. It differs in that generation and shrinking are both based on PCG, a fast random number generator. This gives the following advantages: -...
More information
FsCheckUtils
by:
taylorjg
2,363 total downloads
last updated
1/31/2015
Latest version:
1.0.1
FsCheck
ScalaCheck
QuickCheck
C#
FsCheckUtils adds FsCheck utilities aimed at C# developers
LinqCheck
by:
johtela
1,599 total downloads
last updated
7/16/2018
Latest version:
1.1.0
c#
.net
property-based-testing
quickcheck
Property based testing library for C#. Write properties as Linq expressions.
SpecFlow.
FsCheck
by:
gasparnagy
2,417 total downloads
last updated
2/14/2017
Latest version:
1.1.0
specflow
FsCheck
property-based-testing
pbt
property-testing
random-testing
quickcheck
SpecFlow plugin for using property-based testing with FsCheck in SpecFlow scenarios. (FsCheck is the .NET port of QuickCheck).