Download List

專案描述

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

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.
標籤: minor feature enhancements and fixes

2010-06-22 02:39
0.15.2

This version improves compatibility with non-VC++ compilers on Windows, and also includes minimal-import facilities, for leaner compilation.
標籤: minor feature enhancements and fixes

2010-04-04 17:24
0.15.1

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.
標籤: Major feature enhancements

2010-01-20 18:22
0.14.4

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
標籤: minor bug fix

2009-07-09 00:10
0.13.3

This release adds a workaround for an Intel C/C++ compiler defect.
標籤: minor bug fix

Project Resources