aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib/TestCase.qml
Commit message (Expand)AuthorAgeFilesLines
* TestCase: make parent argument to createTemporaryObject optionalMitch Curtis2016-12-211-7/+1
* TestCase: don't try to access destroyed temporary objectsMitch Curtis2016-12-211-1/+2
* TestCase: add createTemporaryObject(), createTemporaryQmlObject()Mitch Curtis2016-12-141-0/+160
* Add touch event support to qmltestJeremy Katz2016-12-061-0/+103
* Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-151-3/+3
|\
| * Doc: replace "the empty string" with "an empty string" in TestCase docsMitch Curtis2016-11-101-3/+3
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-191-4/+5
|\|
| * 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
* | | Add tryVerify()Mitch Curtis2016-07-201-0/+67
* | | Fix quickcontrols test failure after tryCompare changeAllan Sandfeld Jensen2016-07-131-2/+2
* | | Improve error handling in TestCase::tryCompareFrederik Gladhorn2016-07-041-0/+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