QuickCheck: Automatic testing of Haskell programs
A library for testing Haskell programs automatically. 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.
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
split-base | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- QuickCheck-1.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 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, 2.13, 2.13.1, 2.13.2, 2.14, 2.14.1, 2.14.2, 2.14.3, 2.15, 2.15.0.1 (info) |
---|---|
Dependencies | base (<4), random [details] |
License | BSD-3-Clause |
Author | Koen Classen and John Hughes |
Maintainer | libraries@haskell.org |
Category | Testing |
Home page | http://www.math.chalmers.se/~rjmh/QuickCheck/ |
Uploaded | by DonaldStewart at 2008-10-11T21:38:21Z |
Distributions | Arch:2.14.3, Debian:2.13.2, Fedora:2.14.3, FreeBSD:2.8.1, LTSHaskell:2.14.3, NixOS:2.14.3, Stackage:2.14.3, openSUSE:2.14.3 |
Reverse Dependencies | 791 direct, 7979 indirect [details] |
Downloads | 437767 total (799 in the last 30 days) |
Rating | 2.75 (votes: 20) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |