FsCheck 2.0.5
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 tests that the properties hold in a large number of randomly generated cases. While writing the properties, you are actually writing a testable specification of your program. Specifications are expressed in F#, C# or VB, using combinators defined in the FsCheck library. FsCheck provides combinators to define properties, observe the distribution of test data, and define test data generators. When a property fails, FsCheck automatically displays a minimal counter example.
See the version list below for details.
Install-Package FsCheck -Version 2.0.5
dotnet add package FsCheck --version 2.0.5
<PackageReference Include="FsCheck" Version="2.0.5" />
paket add FsCheck --version 2.0.5
#r "nuget: FsCheck, 2.0.5"
Release Notes
Make Gen operators <*> and <!> actual operators on the Gen type, instead of functions to avoid name clashes. (by Paul Young)
Add FsCheck.Experimental.StateMachine for more advanced state machine-based checking, i.e. for mutable systems.
Fix GenBuilder.delay so that generators inside gen computation expression are not needlessly re-created.
Add Fun active pattern to make using shrinkable and printable functions easier.
Dependencies
-
- FSharp.Core (>= 3.1.2.5)
Used By
NuGet packages (18)
Showing the top 5 NuGet packages that depend on FsCheck:
Package | Downloads |
---|---|
FsCheck.Xunit
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
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.
|
|
Expecto.FsCheck
Property testing for Expecto, powered by FsCheck
|
|
AutoFixture.Idioms.FsCheck
Ubiquitous use of AutoFixture for unit testing has given rise to a number of idiomatic unit tests - unit tests that tend to follow common templates. The AutoFixture Idioms.FsCheck library encapsulates these idioms into reusable classes and methods.
|
|
MBrace.Tests
A collection of abstract NUnit-based test suites for evaluating
MBrace runtime implementations.
|
GitHub repositories (11)
Showing the top 5 popular GitHub repositories that depend on FsCheck:
Repository | Stars |
---|---|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
akkadotnet/akka.net
Port of Akka actors for .NET
|
|
commandlineparser/commandline
The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
|
|
AutoFixture/AutoFixture
AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.
|
|
MetacoSA/NBitcoin
Comprehensive Bitcoin library for the .NET framework.
|
Version History
Version | Downloads | Last updated |
---|---|---|
3.0.0-alpha5 | 718 | 12/28/2020 |
3.0.0-alpha4 | 175,268 | 10/6/2018 |
3.0.0-alpha3 | 71,890 | 12/30/2017 |
3.0.0-alpha2 | 6,879 | 10/19/2017 |
3.0.0-alpha1 | 2,279 | 9/26/2017 |
2.15.0 | 84 | 2/23/2021 |
2.14.6 | 507 | 2/21/2021 |
2.14.5 | 435 | 2/18/2021 |
2.14.4 | 6,783 | 1/31/2021 |
2.14.3 | 270,717 | 6/9/2020 |
2.14.2 | 90,371 | 3/11/2020 |
2.14.0 | 509,539 | 4/17/2019 |
2.13.0 | 216,543 | 11/11/2018 |
2.12.1 | 26,211 | 10/18/2018 |
2.12.0 | 8,658 | 10/6/2018 |
2.11.0 | 131,135 | 6/15/2018 |
2.10.10 | 64,261 | 5/15/2018 |
2.10.9 | 99,131 | 4/10/2018 |
2.10.8 | 67,107 | 3/3/2018 |
2.10.7 | 15,608 | 1/29/2018 |
2.10.6 | 18,321 | 12/30/2017 |
2.10.5 | 9,884 | 12/28/2017 |
2.10.4 | 75,925 | 11/8/2017 |
2.10.3 | 10,453 | 9/26/2017 |
2.10.2 | 10,046 | 9/25/2017 |
2.10.1 | 2,064 | 9/23/2017 |
2.10.0 | 14,497 | 9/7/2017 |
2.9.2 | 9,077 | 8/28/2017 |
2.9.1 | 1,639 | 8/27/2017 |
2.9.0 | 104,235 | 5/18/2017 |
2.9.0-rc3 | 4,605 | 5/7/2017 |
2.9.0-rc2 | 1,368 | 5/6/2017 |
2.9.0-rc1 | 1,340 | 5/6/2017 |
2.8.2 | 7,198 | 5/6/2017 |
2.8.1 | 1,944 | 5/1/2017 |
2.8.0 | 17,096 | 3/15/2017 |
2.7.2 | 9,111 | 3/5/2017 |
2.7.1 | 11,821 | 2/13/2017 |
2.7.0 | 9,253 | 1/15/2017 |
2.6.3 | 1,648 | 1/13/2017 |
2.6.2 | 92,027 | 10/7/2016 |
2.6.1 | 21,326 | 9/25/2016 |
2.6.0 | 39,623 | 8/3/2016 |
2.5.0 | 42,554 | 6/7/2016 |
2.4.0 | 15,131 | 4/20/2016 |
2.3.0 | 3,924 | 4/11/2016 |
2.2.5 | 4,595 | 3/28/2016 |
2.2.4 | 22,183 | 12/17/2015 |
2.2.3 | 4,100 | 11/26/2015 |
2.2.2 | 4,186 | 11/14/2015 |
2.2.1 | 2,270 | 11/5/2015 |
2.2.0 | 14,705 | 11/1/2015 |
2.1.0 | 10,047 | 9/30/2015 |
2.0.7 | 13,413 | 8/20/2015 |
2.0.6 | 2,106 | 8/14/2015 |
2.0.5 | 15,349 | 7/31/2015 |
2.0.4 | 5,694 | 7/20/2015 |
2.0.3 | 29,198 | 7/10/2015 |
2.0.2 | 1,646 | 7/7/2015 |
2.0.1 | 11,364 | 5/23/2015 |
2.0.1-rc1 | 1,442 | 5/23/2015 |
2.0.0-alpha | 1,492 | 4/27/2015 |
1.0.4 | 18,034 | 12/9/2014 |
1.0.3 | 3,577 | 11/18/2014 |
1.0.2 | 2,430 | 10/27/2014 |
1.0.1 | 3,021 | 10/18/2014 |
1.0.0 | 6,933 | 8/3/2014 |
0.9.4 | 31,305 | 5/24/2014 |
0.9.3 | 2,125 | 5/9/2014 |
0.9.2 | 26,743 | 11/7/2013 |
0.9.1 | 4,532 | 7/2/2013 |
0.9.0.1 | 1,696 | 6/21/2013 |
0.9.0 | 1,749 | 6/18/2013 |
0.8.3 | 2,722 | 8/26/2012 |
0.8.2 | 1,799 | 7/4/2012 |
0.8.1 | 1,960 | 6/25/2012 |
0.7.1 | 2,949 | 5/29/2011 |