Blog articles/Testing
From HaskellWiki
(Difference between revisions)
(→QuickCheck: +ln) |
m (Fix broken link) |
||
| Line 17: | Line 17: | ||
===HUnit === | ===HUnit === | ||
| - | * [http://blogs.teamb.com/craigstuntz | + | * [http://blogs.teamb.com/craigstuntz/2006/12/08/30370/ On Unit Testing and Type Safety] |
* [http://leiffrenzel.de/papers/getting-started-with-hunit.html Getting started with HUnit] | * [http://leiffrenzel.de/papers/getting-started-with-hunit.html Getting started with HUnit] | ||
* [http://www.jasani.org/2007/12/05/unit-testing-with-hunit-in-haskell Unit testing with HUnit] | * [http://www.jasani.org/2007/12/05/unit-testing-with-hunit-in-haskell Unit testing with HUnit] | ||
Revision as of 01:14, 14 December 2008
Contents |
1 Type system enforcement
2 Testing, correctness and proofs
2.1 QuickCheck
- Introduction to QuickCheck
- QuickChecking a window manager
- Robustness and QuickCheck
- Parsec Parser Testing with QuickCheck
- QuickCheck : Why Testing code should be Laissez-faire
- Calculating the reflect-rotate-translate normal form for an isometry of the plane in Haskell, and verifying it with QuickCheck.
- "Testing Haskell with QuickCheck"
2.2 HUnit
2.3 Catch
- Does XMonad crash? On proving pattern coverage with Catch
- Preconditions on XMonad
- Equational Reasoning in Haskell
3 Proofs
3.1 GADTs
3.2 Coq
- Strong specifications in Coq: the type says everything
- Proving the monad laws in Coq
- Strongly Specified Functions
3.3 Isabelle
3.4 Related work
- See the section on theorem provers
