The QuickCheck package
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.
Properties
| Versions | 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 |
|---|---|
| Dependencies | base (<3) or base (3.*), random or base (4.*), random |
| License | BSD3 |
| Copyright | 2000-2012 Koen Claessen, 2006-2008 Björn Bringert, 2009-2012 Nick Smallbone |
| Author | Koen Claessen <koen@chalmers.se> |
| Maintainer | QuickCheck developers <quickcheck@projects.haskell.org> |
| Category | Testing |
| Home page | http://code.haskell.org/QuickCheck |
| Bug tracker | mailto:quickcheck@projects.haskell.org |
| Source repository | git clone https://github.com/nick8325/quickcheck |
| Upload date | Thu Mar 7 15:08:33 UTC 2013 |
| Uploaded by | NickSmallbone |
| Built on | ghc-7.6 |
| Distributions | Fedora: 2.5.1.1, NixOS: 2.6, Debian: 2.5.1.1, FreeBSD: 2.5.1.1 |
Modules
Downloads
- QuickCheck-2.6.tar.gz (Cabal source package)
- package description (included in the package)