Difference between revisions of "Cookbook/Testing"

From HaskellWiki
Jump to navigation Jump to search
(Add Hspec)
(Update GitHub pages URL)
 
(One intermediate revision by one other user not shown)
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.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/