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.

2010-08-13 15:15
0.16.1

Esta versão adiciona testes ponteiro de função, através XTESTS_TEST_FUNCTION_POINTER_EQUAL () e XTESTS_TEST_FUNCTION_POINTER_NOT_EQUAL (), e apoio de vínculo implícito para VC + + 10. Ele também inclui algumas pequenas correções de compatibilidade de 64 bits melhorada. Exige STLSoft v1.9.100, que está disponível a partir stlsoft.org.
Tags: minor feature enhancements and fixes
This version adds function pointer testing, via XTESTS_TEST_FUNCTION_POINTER_EQUAL() and XTESTS_TEST_FUNCTION_POINTER_NOT_EQUAL(), and implicit-link support for VC++ 10. It also includes some minor fixes for improved 64-bit compatibility. It requires STLSoft v1.9.100, which is available from stlsoft.org.

2010-06-22 02:39
0.15.2

Esta versão melhora a compatibilidade com os compiladores não-VC + + no Windows, e também inclui instalações de importação e mínima, para a compilação mais magro.
Tags: minor feature enhancements and fixes
This version improves compatibility with non-VC++ compilers on Windows, and also includes minimal-import facilities, for leaner compilation.

2010-04-04 17:24
0.15.1

Esta versão adiciona o teste em escala, via XTESTS_TEST_INTEGER_EQUAL_ANY_IN_RANGE () e XTESTS_TEST_INTEGER_EQUAL_ANY_NOT_IN_RANGE (). XTESTS_ARRAY_END_POST foi adicionado. Ele também corrige-se algumas questões com o Visual C + + 6 de compatibilidade para __int16 assinado, não assinado __int16, e assinado __int1632. Note que esta versão requer STLSoft 1.9.97.
Tags: Major feature enhancements
This version adds in-range testing, via XTESTS_TEST_INTEGER_EQUAL_ANY_IN_RANGE() and XTESTS_TEST_INTEGER_EQUAL_ANY_NOT_IN_RANGE(). XTESTS_ARRAY_END_POST was added. It also fixes up some issues with Visual C++ 6 compatibility for signed __int16, unsigned __int16, and signed __int1632. Note that this release requires STLSoft 1.9.97.

2010-01-20 18:22
0.14.4

Esta versão inclui uma solução para um erro de compilação espúrias com o Borland C / C + +. É feixes shwild 0,9, e depende stlsoft 1.9.89
Tags: minor bug fix
This release includes a workaround for a spurious compilation error with Borland C/C++. It bundles shwild 0.9, and depends on STLSoft 1.9.89

2009-07-09 00:10
0.13.3

Esta versão adiciona uma solução para um Intel C / C + + compilador defeito.
Tags: minor bug fix
This release adds a workaround for an Intel C/C++ compiler defect.

Project Resources