Download List

Descripción del Proyecto

xTests is a small, simple, lightweight, portable
unit/component testing library for exercising C
and C++ libraries. It relies on no
platform-specific or compiler-specific constructs
and doesn't require pre-processing of your source
code by scripting languages or use macros to
create secret classes that use Schwarz counters to
register test cases. It relies on you to simply
code what you want, and nothing that you don't want.

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.

2009-06-16 17:21 Back to release list
0.13.2

Esta versión agrega el XTESTS_REQUIRE () macro, que puede ser usado para detener a un caso de prueba en la prueba de no haber en primer lugar, evitando así violaciónes posible contrato de prueba en las declaraciones posteriores.
Tags: Major feature enhancements
This version adds the XTESTS_REQUIRE() macro, which can be used to stop a test case at the first failing test, thereby avoiding possible contract violations in subsequent test statements.

Project Resources