Difference between revisions of "Cookbook/Testing"

From HaskellWiki
Jump to navigation Jump to search
(Add Hspec)
(Added stub template, links and category)
Line 1: Line 1:
  +
{{Stub}}
== QuickCheck ==
 
  +
 
== [[QuickCheck]] ==
   
 
TODO
 
TODO
   
== HUnit ==
+
== [[HUnit 1.0 User's Guide | HUnit]] ==
   
 
TODO
 
TODO
   
== Hspec ==
+
== [http://hackage.haskell.org/package/hspec Hspec] ==
   
 
TODO
 
TODO
   
 
http://hspec.github.com/
 
http://hspec.github.com/
  +
  +
  +
[[Category:How to]]

Revision as of 08:43, 27 January 2013

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

QuickCheck

TODO

HUnit

TODO

Hspec

TODO

http://hspec.github.com/