summaryrefslogtreecommitdiffstats
path: root/src/imports/testlib/TestCase.qml
Commit message (Expand)AuthorAgeFilesLines
* Added try catch around JSON.stringifySascha Kolewa2011-01-101-1/+5
* Added function to compare objectsSascha Kolewa2010-12-211-30/+116
* Added object comparison to TestCase QML classSascha Kolewa2010-12-211-1/+49
* Run named test functions from the command-lineRhys Weatherley2010-12-161-2/+39
* Print the available tests when -functions suppliedRhys Weatherley2010-12-161-0/+23
* Improve verbose output modeRhys Weatherley2010-12-161-2/+6
* Fix expectFail() example and clarify documentationRhys Weatherley2010-12-161-4/+12
* Simulation of keyboard and mouse eventsRhys Weatherley2010-12-141-0/+87
* Add some self tests for QtQuickTestRhys Weatherley2010-12-131-12/+13
* Prefix internal identifiers with "qtest_"Rhys Weatherley2010-12-101-105/+104
* Better handling for uncaught exceptionsRhys Weatherley2010-12-101-1/+2
* Add benchmark support to the QML test frameworkRhys Weatherley2010-12-091-3/+42
* Use QtQuickTest as the uniform name for the moduleRhys Weatherley2010-12-091-12/+12
* Triggering tests to run after the window is shownRhys Weatherley2010-12-081-0/+18
* Add file/line information to fail messagesRhys Weatherley2010-12-081-8/+13
* Add tryCompare() function for asynchronous testingRhys Weatherley2010-12-071-8/+31
* Add equivalents of qWait() and qSleep()Rhys Weatherley2010-12-071-0/+8
* Reset data tag after running test functionRhys Weatherley2010-12-071-1/+1
* Add ignoreWarning() helper functionRhys Weatherley2010-12-061-0/+6
* Replace TestReport with TestResultRhys Weatherley2010-12-061-87/+138
* Backport Qt3D.Test and make it generic againRhys Weatherley2010-12-031-0/+244