The QuickCheck package (version 1.1.0.0)
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.
| Other versions | 1.0 |
|---|---|
| Dependencies | base (<3) or base (>=3), random |
| License | BSD3 |
| Author | Koen Classen and John Hughes |
| Maintainer | libraries@haskell.org |
| Category | Testing |
| Home page | http://www.math.chalmers.se/~rjmh/QuickCheck/ |
| Exposed modules | Debug.QuickCheck.Batch, Debug.QuickCheck.Poly, Debug.QuickCheck.Utils, Debug.QuickCheck, Test.QuickCheck.Batch, Test.QuickCheck.Poly, Test.QuickCheck.Utils, Test.QuickCheck |
| Upload date | Sat Nov 3 08:33:56 PDT 2007 |
| Uploaded by | RossPaterson |
| Built on | ghc-6.8 |
Downloads
- QuickCheck-1.1.0.0.tar.gz (Cabal source package)
- package description (included in the package)
