This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: UquoniTest 2.0 released
Feed Title: testdriven.com
Feed URL: http://feeds.feedburner.com/testdrivennewslinks?news=10&links=10
Feed Description: Your test-driven development community
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