caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [ANN] Kaputt 1.0 alpha
@ 2008-11-23 20:57 barista
  2008-11-23 21:30 ` [Caml-list] " Stefano Zacchiroli
  0 siblings, 1 reply; 11+ messages in thread
From: barista @ 2008-11-23 20:57 UTC (permalink / raw)
  To: caml-list

This post announces the 1.0 alpha version of Kaputt.
Kaputt is a testing tool for the Objective Caml language.
Home page: http://kaputt.x9c.fr

Features:
   - assertion-based tests (inspired by the xUnit tools):
      the developer writes assertions by explicitly stating
      input and waited output values for the tested function;
   - specification-based tests (inspired by the QuickCheck tool):
      the developer writes (using combinators) a specification
      of the tested function and asks the library to randomly generate
      tests cases.

Dependencies:
   - Objective Caml 3.10.2

Planned features:
   - more combinators and predicates (e.g. over Map, Set, etc.);
   - generalization of generator to accept other sources (e.g. streams).


This is clearly alpha work, so any suggestion/criticism will be
welcome in order to enhance/correct it.

Xavier Clerc


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-11-25  9:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-23 20:57 [ANN] Kaputt 1.0 alpha barista
2008-11-23 21:30 ` [Caml-list] " Stefano Zacchiroli
2008-11-23 23:14   ` forum
2008-11-23 23:22     ` forum
2008-11-24 16:52     ` Yoann Padioleau
2008-11-24 17:08       ` Sylvain Le Gall
2008-11-24 19:13       ` [Caml-list] " forum
2008-11-24 21:49         ` Christophe Raffalli
2008-11-24 22:05           ` Yoann Padioleau
2008-11-24 22:52           ` forum
2008-11-25  9:55             ` Jeremy Yallop

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).