Difference between revisions of "QtUnit"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=QtUnit |Short description=Testing framework for C++ |Full description=QtUnit is a unit testing framework for C++ which compiles into a shared library. Tests can be ...")
(No difference)

Revision as of 08:33, 12 April 2011


[edit]

QtUnit

http://www.uwyn.com/projects/qtunit/
Testing framework for C++

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.





Licensing

License

Verified by

Verified on

Notes

License

GPLv2

Verified by

Janet Casey

Verified on

18 January 2002




Leaders and contributors

Contact(s)Role
Geert Bevin Maintainer


Resources and communication

AudienceResource typeURI
DeveloperE-mailmailto:Qtunit-devel@uwyn.com
HelpE-mailmailto:Qtunit-announce@uwyn.com
SupportE-mailmailto:Qtunit-users@uwyn.com


Software prerequisites

KindDescription
Required to buildQt libraries 3.0
Required to useQt libraries 3.0




Entry























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.