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.
| Versions | 1.0, 1.1.0.0, 1.2.0.0, 2.1, 2.1.0.1, 2.1.0.2, 2.1.0.3 |
|---|---|
| Dependencies | base (<3) or base (>=3), 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 | Sat Nov 3 15:33:56 UTC 2007 |
| Uploaded by | RossPaterson |
| Built on | ghc-6.10, ghc-6.12, ghc-6.8 |
| Distributions | Debian: 2.1.0.2, Arch: 2.1.0.3, Arch: 2.1.0.3 |
Modules
- Debug
- Test
Downloads
- QuickCheck-1.1.0.0.tar.gz (Cabal source package)
- package description (included in the package)
