summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Test signalsRhys Weatherley2010-12-076-1/+187
|
* Add tryCompare() function for asynchronous testingRhys Weatherley2010-12-073-12/+136
|
* Add equivalents of qWait() and qSleep()Rhys Weatherley2010-12-074-0/+28
|
* Reset data tag after running test functionRhys Weatherley2010-12-071-1/+1
|
* Add ignoreWarning() helper functionRhys Weatherley2010-12-064-0/+16
|
* Port some QtDeclarative test cases as examplesRhys Weatherley2010-12-0615-1/+492
|
* Doc improvementsRhys Weatherley2010-12-061-2/+19
|
* Left over mention of global tagsRhys Weatherley2010-12-061-1/+0
|
* Load test cases out of qrc resourcesRhys Weatherley2010-12-065-84/+77
|
* 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
|
* Ignore generated filesRhys Weatherley2010-12-062-0/+14
|
* QObject wrapper for QTestResultRhys Weatherley2010-12-063-2/+646
|
* Don't link against Qt's version of testlibRhys Weatherley2010-12-031-2/+2
|
* 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
|
* Improve documentation for the QtTest moduleRhys Weatherley2010-12-032-6/+44
|
* Add a test harness for launching QML testsRhys Weatherley2010-12-0314-93/+424
|
* Backport Qt3D.Test and make it generic againRhys Weatherley2010-12-0315-156/+735
|
* Add some basic documentation for qtest-qmlRhys Weatherley2010-10-041-0/+140
|
* Add a basic build system for installing the QML moduleRhys Weatherley2010-10-042-0/+14
|
* Add support for optional TestCase elementsRhys Weatherley2010-10-033-0/+40
|
* Clean ups to the logger codeRhys Weatherley2010-10-031-12/+2
|
* Keep track of multiple TestCase instancesRhys Weatherley2010-10-033-15/+79
|
* Move the logging functions to a helper libraryRhys Weatherley2010-10-032-33/+82
|
* Async test exampleRhys Weatherley2010-10-011-0/+24
|
* Combine TestCase and TestCaseBaseRhys Weatherley2010-10-013-173/+168
|
* Add the "when" property for controlling when a test case startsRhys Weatherley2010-10-012-9/+35
|
* Use fuzzy compares for numeric argumentsRhys Weatherley2010-10-011-2/+8
|
* Warn if data-driven test does not have any dataRhys Weatherley2010-10-011-0/+4
|
* Add data-driven testing supportRhys Weatherley2010-10-012-18/+73
|
* Make the error reports more consistent with qtestlib.Rhys Weatherley2010-09-301-5/+12
|
* Initial commit - basic test framework.Rhys Weatherley2010-09-304-0/+126