aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib/TestCase.qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-191-4/+5
|\
| * TestCase::mouseDrag: set mouse move delay >= 1 msShawn Rutledge2016-08-191-4/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-0/+24
|\|
| * Give a nicer error if the passed item doesn't existAlbert Astals Cid2016-04-011-0/+24
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Change TestEvent key default event routing behaviorFilippo Cucchetto2015-08-161-0/+9
* TestCase: add equals() function to QuickTestImageObject.Mitch Curtis2015-04-211-0/+7
* testlib: Fix qml objects not deleted between data testsCaroline Chao2015-03-091-3/+6
* testlib: Introduce MouseDoubleClickSequence() methodCaroline Chao2015-03-021-8/+46
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Test: make mouse press, release, click and double click default to the center...Albert Astals Cid2015-01-091-7/+27
* Make waitForRendering without item fail instead of crashAlbert Astals Cid2015-01-081-0/+2
* qttest: make findChild available only for QtTest 1.1Fawzi Mohamed2014-12-051-2/+2
* Also search for visual children in TestCase::findChild().Mitch Curtis2014-09-291-2/+30
* TestCase.qml: add missing closing parenthesis to example.Mitch Curtis2014-08-271-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Add findChild to TestCase.Mitch Curtis2014-07-041-0/+15
* Finish QML test cases after waiting for deletionUlf Hermann2014-03-191-1/+1
* Doc: QtTest - Fix documentation for TestCase and SignalSpyCaroline Chao2014-01-091-6/+635
* qmltest: Register test object as a singletonCaroline Chao2013-08-281-2/+3
* Allow passing a message to tryCompareAlbert Astals Cid2013-08-051-2/+9
* 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