The QuickCheck package
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.
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 |
|---|---|
| Dependencies | base (<3) or base (3.*), random or base (4.*), random |
| License | BSD3 |
| Author | Koen Classen and John Hughes |
| Maintainer | libraries@haskell.org |
| Category | Testing |
| Home page | http://www.math.chalmers.se/~rjmh/QuickCheck/ |
| Upload date | Mon Sep 13 11:38:47 UTC 2010 |
| Uploaded by | SimonMarlow |
| Built on | ghc-6.12, ghc-7.0, ghc-7.2 |
| Distributions | Fedora: 2.4.1.1, NixOS: 2.4.2, Debian: 2.4.2, FreeBSD: 2.4.1.1 |
Modules
Downloads
- QuickCheck-1.2.0.1.tar.gz (Cabal source package)
- package description (included in the package)