TestSimple
A unit testing framework for OCaml. It is based heavily on the Perl unit testing framework of the same
name, and produces TAP output (http://en.wikipedia.org/wiki/Test_Anything_Protocol) which can be read and analyzed by a wide
range of existing Perl tools. The goal of this framework is to make
writing unit tests as simple and as easy as possible (hence the
name).
[ Homepage ]
| Author: | Stevan Little. |
| Last modification date: | 30-Jan-2007 |
| Version: | 0.01 |
| Development status: | Alpha |
| Kind: | Development tools |
| Topic: | Software development :: Testing |
| Homepage: | http://www.iinteractive.com/ocaml/ |