hackageDB :: [Package]

Built with Cabal

QuickCheck: Automatic testing of Haskell programs

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.

Versions1.0, 1.1.0.0, 1.2.0.0, 2.1, 2.1.0.1
Dependenciesbase (<3), mtl or
base (>=3), mtl, random
LicenseBSD3
CopyrightKoen Claessen <koen@chalmers.se>
AuthorKoen Claessen <koen@chalmers.se>
MaintainerKoen Claessen <koen@chalmers.se>
CategoryTesting
Home pagehttp://www.cs.chalmers.se/~koen
Upload dateSat Sep 27 20:43:28 UTC 2008
Uploaded byKoenClaessen
Built onghc-6.8
Build failureghc-6.10 (log)

Modules

Downloads