Download List

Projeto Descrição

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 versão adiciona o XTESTS_REQUIRE () macro, que pode ser usado para parar um caso de teste no primeiro teste de falha, evitando assim possíveis violações de contrato em declarações teste subseqüente.
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