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.

2009-03-09 07:45
0.11.1

This release adds setup/teardown functionality to test cases.
標籤: Major feature enhancements

2009-02-13 09:35
0.10.4

This release incorporates support for Borland 5.9 and 6.1, and a workaround for over-eager warnings from GCC 4.3.
標籤: Minor bugfixes

2009-02-01 17:16
0.10.3

This release adds the ability to suppress
reporting of empty test cases. It also adds the
macro XTESTS_START_RUNNER_WITH_FLAGS(). It also
allows use of Windows debugging support when
emulating UNIX on Windows.
標籤: Minor feature enhancements

2009-01-28 17:35
0.10.2

This release adds full support for custom reporter
functionality, facilities for length-limiting
string comparison, and missing macros for
case-insensitive string inequality. It also
corrects a defect whereby s/uint64 integer
failures were not counted towards the total and
other minor defects.
標籤: Major feature enhancements

2008-12-30 06:33
0.9.3

Tests for enumeration, XTESTS_TEST_ENUM_TRUE() and XTESTS_TEST_ENUM_FALSE(), were added.
標籤: Minor feature enhancements

Project Resources