The HTF package
The Haskell Test Framework (HTF for short) lets you define unit tests (http://hunit.sourceforge.net), QuickCheck properties (http://www.cs.chalmers.se/~rjmh/QuickCheck/), and black box tests in an easy and convenient way. The HTF uses a custom preprocessor that collects test definitions automatically. Furthermore, the preprocessor allows the HTF to report failing test cases with exact file name and line number information.
The documentation of the Test.Framework.Tutorial module provides a tutorial for the HTF.
Properties
| Versions | 0.1, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5.0, 0.4.0.0, 0.5.0.0, 0.5.0.1, 0.6.0.0, 0.6.0.1, 0.7.0.0, 0.7.0.1, 0.7.1.0, 0.8.0.0, 0.8.1.0, 0.8.1.1, 0.8.2.0, 0.8.2.1, 0.8.2.2, 0.9.0.0, 0.10.0.0, 0.10.0.1, 0.10.0.2, 0.10.0.3, 0.10.0.4, 0.10.0.5, 0.10.0.6, 0.10.0.7 |
|---|---|
| Dependencies | base (4.*), bytestring (0.9.*), containers (≥0.3 & <0.5), cpphs (≥1.12), Diff (≥0.1.3 & <0.2), directory (≥1.0 & <1.2), haskell-src-exts (1.11.*), HUnit (1.2.*), mtl (≥1.1 & <2.1), pretty (≥1.0 & <1.2), process (1.0.*), QuickCheck (2.3.*), random (1.0.*), regex-compat (≥0.92 & <0.96), unix (≥2.4 & <2.6) |
| License | LGPL |
| Copyright | (c) 2005-2011 Stefan Wehr |
| Author | Stefan Wehr <mail@stefanwehr.de> |
| Maintainer | Stefan Wehr <mail@stefanwehr.de> |
| Stability | Beta |
| Category | Testing |
| Bug tracker | mailto:mail@stefanwehr.de |
| Source repository | darcs get http://www.stefanwehr.de/darcs/HTF |
| Executables | htfpp |
| Upload date | Sat Oct 1 15:44:49 UTC 2011 |
| Uploaded by | StefanWehr |
| Built on | ghc-7.2 |
Modules
Downloads
- HTF-0.8.1.0.tar.gz (Cabal source package)
- package description (included in the package)