QuickCheck: Automatic testing of Haskell programs
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.
| Versions | 1.0, 1.1.0.0, 1.2.0.0, 2.1, 2.1.0.1 |
|---|---|
| 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/ |
| Upload date | Sat Oct 11 21:38:21 UTC 2008 |
| Uploaded by | DonaldStewart |
| Built on | ghc-6.10, ghc-6.8 |
Modules
- Debug
- Test
Downloads
- QuickCheck-1.2.0.0.tar.gz (Cabal source package)
- package description (included in the package)
