The latest version of testing-feat is 1.1.1.1-0.

testing-feat

Version 0.1 revision 0 uploaded by JonasDuregard.

Package meta

Synopsis
Functional enumeration for systematic and random testing
Description

Feat (Functional Enumeration of Abstract Types) provides an enumeration as a function from natural numbers to values (similar to toEnum). This can be used both for SmallCheck-style systematic testing and QuickCheck style random testing, and hybrids of the two.

The enumerators are defined in a very boilerplate manner and there is a Template Haskell script for deriving the class instance for most types. Test.Feat contain a subset of the other modules that should be sufficient for most test usage. There is a large scale example in the tar ball (testing the Template Haskell pretty printer).

Author
Jonas Duregård
Bug reports
n/a
Category
Testing
Copyright
Jonas Duregård
Homepage
n/a
Maintainer
jonas.duregard@gmail.com
Package URL
n/a
Stability
n/a

Components