27d96b4789
Complete search and replace of QtTest and QtTest/QtTest with QTest, as QtTest includes the whole module. Replace all such instances with correct header includes. See Jira task for more discussion. Fixes: QTBUG-88831 Change-Id: I981cfae18a1cabcabcabee376016b086d9d01f44 Pick-to: 6.0 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> |
||
---|---|---|
.. | ||
tutorial1 | ||
tutorial2 | ||
tutorial3 | ||
tutorial4 | ||
tutorial5 | ||
CMakeLists.txt | ||
qtestlib.pro | ||
README |
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.