Download List

Descripción del Proyecto

testicle is a C++ unit test framework, choosing
simplicity and flexibility before purism and
framework-ishness. Its primary aim is to make it
easy for lazy users to add a test: easy to
understand how to do it, with no header file to
keep in sync, and no need to somehow register each
test (with the risk of forgetting to do it, and
believing the test passes when in fact it never
gets executed).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-11-24 00:03
1.4

Cuando una prueba ha resultado ERROR (una excepción inesperada y no capturada), que está incluido en la lista al final, tras los fallos normales. Anteriormente, o bien teníamos que adivinar que la prueba era, o utilizar la opción-v.
Tags: Minor feature enhancements
When a test has the outcome ERROR (an uncaught and unexpected exception), it is included in the listing at the end, after the normal failures. Previously, you either had to guess which test it was, or use the -v option.

2008-08-25 08:49
1.3

Tags: Initial freshmeat announcement

Project Resources