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-06-16 17:21 Back to release list
0.13.2

이 버전 XTESTS_REQUIRE () 매크로는 첫 번째 테스트에서 실패한 테스트 케이스가 중지하는 데 사용될 수있습니다, 따라서 후속 테스트를 문장에서 가능한 피하는 계약 위반에 추가합니다.
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