summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Move headers to QtQuickTest directoryRhys Weatherley2010-12-094-4/+6
| | | | | This should help make the user application code and the example code the same.
* QDeclarative -> QuickTest for the test classesRhys Weatherley2010-12-096-77/+77
|
* Fix program name in warning messageRhys Weatherley2010-12-091-1/+1
|
* Use QtQuickTest as the uniform name for the moduleRhys Weatherley2010-12-098-32/+32
|
* Triggering tests to run after the window is shownRhys Weatherley2010-12-082-6/+60
|
* Run tests that are not bound as resourcesRhys Weatherley2010-12-082-4/+26
|
* Add file/line information to fail messagesRhys Weatherley2010-12-084-30/+114
|
* Add tryCompare() function for asynchronous testingRhys Weatherley2010-12-071-8/+31
|
* Add equivalents of qWait() and qSleep()Rhys Weatherley2010-12-073-0/+22
|
* Reset data tag after running test functionRhys Weatherley2010-12-071-1/+1
|
* Add ignoreWarning() helper functionRhys Weatherley2010-12-063-0/+12
|
* Left over mention of global tagsRhys Weatherley2010-12-061-1/+0
|
* Load test cases out of qrc resourcesRhys Weatherley2010-12-062-76/+60
|
* Revert "Export some QTestLib functions."Rhys Weatherley2010-12-063-3/+2
| | | | | | This reverts commit f527dc068bced4685fc5b332f0970320f9aa3bfb. Don't need as much exported any more.
* Replace TestReport with TestResultRhys Weatherley2010-12-069-510/+228
|
* Add expectFail; remove global data tagsRhys Weatherley2010-12-062-66/+20
|
* QObject wrapper for QTestResultRhys Weatherley2010-12-063-2/+646
|
* Export some QTestLib functions.Rhys Weatherley2010-12-033-4/+5
|
* Add the QTestLib sourcesRhys Weatherley2010-12-0369-1/+17463
| | | | | | We will need to make some modifications to QTestLib to process QML unit tests. Once we know what modifications we need, we can copy them back into the real QTestLib.
* Make TestReport private APIRhys Weatherley2010-12-035-7/+9
|
* Don't need the import pathRhys Weatherley2010-12-031-1/+0
|
* Add a test harness for launching QML testsRhys Weatherley2010-12-037-50/+354
|
* Backport Qt3D.Test and make it generic againRhys Weatherley2010-12-0311-0/+889