hackageDB :: [Package]

Built with Cabal

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.

Versions1.0, 1.1.0.0, 1.2.0.0, 2.1, 2.1.0.1
Dependenciesbase (<3) or
base (>=3 && <4), random
LicenseBSD3
AuthorKoen Classen and John Hughes
Maintainerlibraries@haskell.org
CategoryTesting
Home pagehttp://www.math.chalmers.se/~rjmh/QuickCheck/
Upload dateSat Oct 11 21:38:21 UTC 2008
Uploaded byDonaldStewart
Built onghc-6.10, ghc-6.8

Modules

Downloads