Version 2.11.2-2 of QuickCheck is deprecated.
The latest version of QuickCheck is 2.15.0.1-0.

QuickCheck

Version 2.11.2 revision 2 uploaded by phadej.

Package meta

Synopsis
Automatic testing of Haskell programs
Description

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.

The official QuickCheck manual explains how to write generators and properties; it is out-of-date in some details but still full of useful advice.

A user of QuickCheck has written an unofficial, but detailed, tutorial which you can find at https://begriffs.com/posts/2017-01-14-design-use-quickcheck.html.

Author
Koen Claessen <koen@chalmers.se>
Bug reports
https://github.com/nick8325/quickcheck/issues
Category
Testing
Copyright
2000-2017 Koen Claessen, 2006-2008 Björn Bringert, 2009-2017 Nick Smallbone
Homepage
https://github.com/nick8325/quickcheck
Maintainer
Nick Smallbone <nick@smallbone.se>; see also QuickCheck mailing list (https://groups.google.com/forum/#!forum/haskell-quickcheck)
Package URL
n/a
Stability
n/a

Components