QuickCheck: Automatic testing of Haskell programs
QuickCheck is a library for random testing of program properties.
The programmer provides a specification of the program, in the form of properties which functions should satisfy, and QuickCheck then tests that the properties hold in a large number of randomly generated cases.
Specifications are expressed in Haskell, using combinators defined in the QuickCheck library. QuickCheck provides combinators to define properties, observe the distribution of test data, and define test data generators.
[Skip to Readme]
Versions [faq] | 1.0, 1.1.0.0, 1.2.0.0, 1.2.0.1, 2.1, 2.1.0.1, 2.1.0.2, 2.1.0.3, 2.1.1, 2.1.1.1, 2.1.2, 2.2, 2.3, 2.3.0.1, 2.3.0.2, 2.4, 2.4.0.1, 2.4.1, 2.4.1.1, 2.4.2, 2.5, 2.5.1, 2.5.1.1, 2.6, 2.7, 2.7.1, 2.7.2, 2.7.3, 2.7.4, 2.7.5, 2.7.6, 2.8, 2.8.1, 2.8.2, 2.9, 2.9.1, 2.9.2, 2.10, 2.10.0.1, 2.10.1, 2.11, 2.11.1, 2.11.2, 2.11.3, 2.12, 2.12.1, 2.12.2, 2.12.3, 2.12.4, 2.12.5, 2.12.6, 2.12.6.1 (info) |
---|---|
Dependencies | base (<4.5), extensible-exceptions, ghc, random, template-haskell (>=2.4) [details] |
License | BSD-3-Clause |
Copyright | 2000-2011 Koen Claessen, 2006-2008 Björn Bringert, 2009-2011 Nick Smallbone |
Author | Koen Claessen <koen@chalmers.se> |
Maintainer | QuickCheck developers <quickcheck@projects.haskell.org> |
Revised | Revision 1 made by HerbertValerioRiedel at Mon Dec 29 23:04:47 UTC 2014 |
Category | Testing |
Home page | http://code.haskell.org/QuickCheck |
Bug tracker | mailto:quickcheck@projects.haskell.org |
Source repo | head: darcs get http://code.haskell.org/QuickCheck/ this: darcs get http://code.haskell.org/QuickCheck --tag 2.4.1.1 |
Uploaded | by NickSmallbone at Tue Apr 26 18:58:51 UTC 2011 |
Distributions | Arch:2.12.6.1, Debian:2.11.3, Fedora:2.10.1, FreeBSD:2.8.1, LTSHaskell:2.12.6.1, NixOS:2.12.6.1, Stackage:2.12.6.1, openSUSE:2.12.6.1 |
Downloads | 329270 total (1312 in the last 30 days) |
Rating | 2.75 (votes: 11) [estimated by rule of succession] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |
Modules
[Index]
Flags
Name | Description | Default | Type |
---|---|---|---|
base3 | Choose the new smaller, split-up base package. | Enabled | Automatic |
base4 | Choose the even newer base package with extensible exceptions. | Enabled | Automatic |
templatehaskell | Build Test.QuickCheck.All, which uses Template Haskell. | Enabled | Automatic |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- QuickCheck-2.4.1.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.