Browse thread
[ANN] Kaputt 1.0 alpha
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | barista@x9c.fr <barista@x...> |
| Subject: | [ANN] Kaputt 1.0 alpha |
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