UquoniTest 2.0 released
Q-Mentum just released UquoniTest 2.0, an advanced unit testing library for C++, that provides many features that other unit testing frameworks don’t have.
Major features:
* Rich Booleans in assertions for easier checks and more information about failures
* Easy creation of (reusable) test directories
* A powerful mock framework
* Parameterized and template tests
* Automatic registering of tests
* Orthodoxy tests
* Reporting of failing assertions in domain code
* Checking if an expression remains constant throughout all tests
* Custom test listeners and test wrappers
* Abstract test (also multiple levels and multiple inheritance)
Platforms:
Visual C++ 6, 2003, 2005, 2008, MingW gcc, gcc on Linux
More info: UquoniTest.






