What Q-Mentum does
Q-Mentum makes the C++ unit testing library called UquoniTest.
Besides that, it also maintains the two open source packages Rich Booleans and ModAssert, that integrate with UquoniTest, but are also useful in all your software written in C++.
News
Independent sales people wanted
Apr 26, 2010
Q-Mentum is looking for independent sales people, see here.
UquoniTest 2.0 released
Nov 25, 2009
Q-Mentum proudly announces the release of UquoniTest 2.0. This version has a lot of new features that make unit testing in C++ even easier, such as creation of (reusable) test directories, a powerful mock framework, using run levels, assigning attributes to tests, running tests on more than one thread, threadsafe test listeners, checking constancy of expressions throughout tests, checking whether project files for different compilers have the same tests, and HTML and XML output.
These come on top of the features of UquoniTest 1.0 like: automatic registering of tests, easy fixture tests, parameterized and template tests, use of Rich Booleans in assertions, integration with assertions in domain code, easy abstract tests (including multiple abstraction levels and multiple inheritance), static and dynamic testsuites, custom testlisteners and testwrappers, orthodoxy testing, timeouts on tests, test time measured up to microseconds, and more. Unlike some other unit testing packages for C++, UquoniTest allows you to place breakpoints in test code.
If you are serious about unit testing in C++, and want a unit testing package that is easy to use, yet very powerful, you need UquoniTest. It is carefully designed to make unit testing an easy thing to do, so programmers can concentrate on the code and the tests, without having to worry much about the test framework.
It can work with Microsoft Visual C++ 2008, 2005, 2003 and 6.0, and gcc on Windows and Linux.
Request to download UquoniTest now.
ModAssert 2.0.3 released
Oct 04, 2009
This release solves some problems with the makefiles. Download ModAssert now.
ModAssert 2.0.2 released
Jun 25, 2009
ModAssert is the advanced open source package for assertions in C++ that Q-Mentum develops. This new release adds some small features, such as the new macro MOD_VERIFY_B, breaking into code is no longer disabled when NDEBUG is defined, and some bugfixes. Download ModAssert now.
Rich Booleans 2.1 released
Jun 25, 2009
Rich Booleans is an open source package in C++ that Q-Mentum develops, of nearly 60 booleanlike expressions that hold an analysis if the condition fails, to provide extensive feedback to the programmer. These can be used in ModAssert and UquoniTest. This new release has exciting new Rich Booleans to check whether one range is a subset of another range (for three different meanings of subset), and to check whether a file or directory exists, and/or has certain properties.
Download Rich Booleans now.