xTests 0.6.1 (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 use of string access shims was incorporated into the multi-byte and wide string evaluation constructs, allowing heterogeneous string types to be compared automatically, with apparent structural conformance in client code. Now C-style strings, std::string, std::wstring, and any other types for which string access shims are defined may be compared as if they're implicitly comparable.
|