The testing-feat package
Feat (Functional Enumeration of Abstract Types) provides enumerations as functions from natural numbers to values (similar to toEnum but for any algebraic data type). This can be used for SmallCheck-style systematic testing, 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 are some small and large example in the tar ball.
Properties
| Versions | 0.1, 0.2, 0.3, 0.3.0.1, 0.4 |
|---|---|
| Dependencies | base (≥4.5 & ≤5), mtl (≥1 & <3), QuickCheck (>2 & <3), tagshare (<0.1), template-haskell (≥2.5 & <2.9) |
| License | BSD3 |
| Copyright | Jonas Duregård |
| Author | Jonas Duregård |
| Maintainer | jonas.duregard@gmail.com |
| Category | Testing |
| Upload date | Fri Sep 7 06:54:00 UTC 2012 |
| Uploaded by | JonasDuregard |
| Built on | ghc-7.6 |
Modules
Downloads
- testing-feat-0.3.0.1.tar.gz (Cabal source package)
- package description (included in the package)