The latest version of QuickCheck is 2.15.0.1-0.

QuickCheck

Version 2.13.1 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 provided by QuickCheck. QuickCheck provides combinators to define properties, observe the distribution of test data, and define test data generators.

Most of QuickCheck's functionality is exported by the main Test.QuickCheck module. The main exception is the monadic property testing library in Test.QuickCheck.Monadic.

If you are new to QuickCheck, you can try looking at the following resources:

The quickcheck-instances companion package provides instances for types in Haskell Platform packages at the cost of additional dependencies.

Author
Koen Claessen <koen@chalmers.se>
Bug reports
https://github.com/nick8325/quickcheck/issues
Category
Testing
Copyright
2000-2019 Koen Claessen, 2006-2008 Björn Bringert, 2009-2019 Nick Smallbone
Homepage
https://github.com/nick8325/quickcheck
Maintainer
Nick Smallbone <nick@smallbone.se>
Package URL
n/a
Stability
n/a

Components