xTests 0.7.3 (Default branch) |
|
|
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.
License: BSD License (revised)
Changes:
The string comparison facilities (for both
multibyte and wide C-style strings) now deem null
and empty strings to be equivalent. Specific
checks against the null string can still be done
by using the pointer comparison facilities.
|