Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
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
6,341,091 total downloads
last updated
7/23/2023
Latest version:
3.0.0-rc1
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
3,128,893 total downloads
last updated
7/23/2023
Latest version:
3.0.0-rc1
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
944,231 total downloads
last updated
7/23/2023
Latest version:
3.0.0-rc1
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
80,234 total downloads
last updated
9/18/2023
Latest version:
2.13.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,550 total downloads
last updated
1/31/2015
Latest version:
1.0.1
FsCheck
ScalaCheck
QuickCheck
C#
FsCheckUtils adds FsCheck utilities aimed at C# developers
SpecFlow.
FsCheck
by:
gasparnagy
2,968 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).
LinqCheck
by:
johtela
1,748 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.