aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib/TestCase.qml
Commit message (Expand)AuthorAgeFilesLines
* Make sure tryCompare value argument is not undefinedAlbert Astals Cid2013-05-291-0/+5
* Doc: Fix module name formatSze Howe Koh2013-04-231-1/+1
* Testlib: Fix qml objects not deleted in TestCaseCaroline Chao2013-04-111-0/+3
* TestLib: Add more mouseMove in mouseDrag implementationCaroline Chao2013-04-061-0/+14
* Make keyClick/Press/Release work with a charAlbert Astals Cid2013-04-051-6/+21
* TestLib: add mouse release at the end of a mouseDragCaroline Chao2013-04-051-0/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* doc: fix some typos in .qml filesSergio Ahumada2012-09-071-1/+1
* Add waitForRendering() function for qmltestCharles Yin2012-07-251-0/+6
* Add fuzzyCompare() to qmltestCharles Yin2012-07-181-19/+21
* Improve mouseWheel() functionCharles Yin2012-07-041-6/+6
* Add pixel comparation support to qmltestCharles Yin2012-06-121-0/+4
* Clean up qmltest codeCharles Yin2012-04-191-16/+1
* Fix some issues with init_data() for qmltestCharles Yin2012-04-051-5/+8
* Add init_data() function for default data driven testingCharles Yin2012-04-031-1/+6
* Implement mouseDragCharles Yin2012-03-131-0/+16
* Change variant properties to var properties.Justin McPherson2012-02-131-3/+3
* qmltest: Remove obsolete skipAll function.Jason McDonald2012-02-131-6/+0
* qmltest: Count passes, fails and skips consistently.Jason McDonald2012-02-131-1/+7
* Remove code related to test location.Jason McDonald2012-02-091-11/+0
* qmltest: Perform extra checks after each data row is executed.Jason McDonald2012-02-091-1/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Change testlib skipAll function to failure.Jason McDonald2012-01-191-5/+3
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-171-1/+1
* Remove warning messages from TestCase.qmlCharles Yin2011-10-251-2/+4
* Fix qmltestrunner hang bug when no TestCase itemCharles Yin2011-10-241-0/+2
* Add file and lineno parameters to warn() methodCharles Yin2011-10-211-6/+7
* Remove SkipMode from qtestlib API.Jason McDonald2011-10-211-2/+3
* Wheel event support in qmltestlib + few fixes.juhvu2011-09-221-3/+21
* remove useless debug logCharles Yin2011-09-071-2/+1
* QML Autotests: Use fuzzy compare for real numbersJulian de Bhal2011-08-231-2/+2
* fix qmltest bugsCharles Yin2011-07-201-6/+7
* Merge branch 'v8'Aaron Kennedy2011-07-081-14/+17
|\
| * windowShown is a property of qtest, not util.Charles Yin2011-06-231-1/+1
| * get the caller file & line number from v8 stack trace.Charles Yin2011-06-231-14/+17
* | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-081-17/+17
|/
* Integrate QtQuickTest into QtCharles Yin2011-05-201-0/+692