52a317092e
QtTestLib and QTestLib don't exist. The proper name is "QtTest" (code) or "Qt Test" (English) http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation http://lists.qt-project.org/pipermail/interest/2012-December/005221.html Files paths in qttestlib.qdocconf can't be changed easily however, as it breaks things. So, they're left as they are. Change-Id: Ifbc44ea858c453bedad8cd7723f847e67fc7a85a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
9 lines
328 B
Plaintext
9 lines
328 B
Plaintext
The Qt Test framework is a tool for unit testing Qt based applications
|
|
and libraries. Qt Test provides all the functionality commonly found
|
|
in unit testing frameworks as well as extensions for testing graphical
|
|
user interfaces.
|
|
|
|
|
|
Documentation for these examples can be found via the Examples
|
|
link in the main Qt documentation.
|