Difference between revisions of "Cookbook/Testing"

From HaskellWiki
Jump to navigation Jump to search
 
(Update GitHub pages URL)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
{{Stub}}
= QuickCheck =
 
  +
 
== [[QuickCheck]] ==
   
 
TODO
 
TODO
   
= HUnit =
+
== [[HUnit 1.0 User's Guide | HUnit]] ==
   
 
TODO
 
TODO
  +
  +
== [http://hackage.haskell.org/package/hspec Hspec] ==
  +
  +
TODO
  +
  +
http://hspec.github.io/
  +
  +
  +
[[Category:How to]]

Latest revision as of 18:44, 20 May 2013

This article is a stub. You can help by expanding it.

QuickCheck

TODO

HUnit

TODO

Hspec

TODO

http://hspec.github.io/