The latest version of gencheck is 0.1.1-1.

gencheck

Version 0.1 revision 1 uploaded by Bodigrim.

Package meta

Synopsis
A testing framework inspired by QuickCheck and SmallCheck
Description

This framework provides functionality for testing Haskell functions against properties, similar to QuickCheck, but allowing different test data generation strategies for different structures, and even within the same structure using composition strategies. Reporting, test case scheduling and data generation modules can be assembled to customize the test program based on the situation.

Test data generation is based on combinatorial theory and uses explicit enumeration of regular polynomial types, combined with selection strategies to build data generators. Generators can be composed or combined in parallel to create composite strategies for data sampling.

Author
Gordon J. Uszkay, Jacques Carette
Bug reports
n/a
Category
Testing
Copyright
n/a
Homepage
http://github.com/JacquesCarette/GenCheck
Maintainer
carette@mcmaster.ca, uszkaygj@mcmaster.ca
Package URL
http://gitbug.com/JacquesCarette/GenCheck
Stability
experimental

Components