Categories
QtUnit
QtUnit is a unit testing framework for C++ which compiles into a shared library. Tests can be compiled into modules which are automatically reloaded after modification. The text and graphical testrunners are fully localized and integrate perfectly into IDEs to show exactly where a failure has happened.
The program consists of the testing framework, the test runner framework, and the GUI runner framework. Test cases can be grouped into test suites, which then can be compiled into independent modules stored in shared libraries (.so, .dll, ...). This minimizes the number of files that must be recompiled when the sources for the test definitions change.
Projects can be defined in XML files (visually in the gui test runner) to group an arbitrary number of modules together. The entire framework compiles into a shared library that creates the actual implementations.
Last updated 4 May, 2005
About
Leadership
- Geert Bevin - Maintainer
Requirements
- Qt libraries 3.0 (Use Requirement)
- Qt libraries 3.0 (Build Prerequisite)
Related Projects
Versions
0.9.8
0.9.8 stable released 2002-09-05
- Released: 5 Sep, 2002
- Code Maturity: Stable
- Source Archive: http://www.uwyn.com/download/qtunit/qtunit-0.9....
- Licenses: GPLv2
- Interfaces: Command Line, X Window System
User Community and Support
General Resources
Announcement Resources
Support Resources
- Paid consulting, design, and implementation services available from the UWYN bvba at http://www.uwyn.com/services/index.html




