QuickCheck-2.1: Automatic testing of Haskell programs

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

Versions1.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
Dependenciesbase (<3), mtl or
base (≥3), mtl, random
LicenseBSD3
CopyrightKoen Claessen <koen@cs.chalmers.se>
AuthorKoen Claessen <koen@cs.chalmers.se>
MaintainerKoen Claessen <koen@cs.chalmers.se>
CategoryTesting
Home pagehttp://www.haskell.org/QuickCheck/
Upload dateSat Sep 27 16:32:33 UTC 2008
Uploaded byKoenClaessen
Build failureghc-6.10 (log), ghc-6.12 (log), ghc-6.8 (log)
DistributionsFedora: 2.4.0.1, NixOS: 2.4.2, Debian: 2.4.2, FreeBSD: 2.4.0.1

Modules

Downloads