aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib/TestCase.qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-291-3/+0
|\
| * TestLib: Remove outdated note from TestCase.mouseDragJoerg Bornemann2019-01-221-3/+0
* | Doc: Fix Qt Quick Test documentationMitch Curtis2018-12-141-19/+18
* | TestCase: add isPolishScheduled() and waitForItemPolished()Mitch Curtis2018-12-101-0/+69
|/
* Qt Quick Test: support tags filter on tests runKirill Burtsev2018-11-151-19/+53
* Fix TestCase::skip to ignore rest of the data rows in TestCaseKirill Burtsev2018-11-071-0/+1
* Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-1/+1
|\
| * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* | testlib: Support regular expression ignores in ignoreMessageRobin Burchell2018-04-091-0/+18
|/
* Give Qt Quick Test its own documentation moduleMitch Curtis2018-01-261-1/+1
* testlib: add key sequence functionLiang Qi2017-11-031-3/+23
* qmltest: Enumerate test cases / functions without evaluating QMLTor Arne Vestbø2017-09-131-25/+0
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-051-3/+3
|\
| * Doc: Fix capitalization in section titlesTopi Reinio2017-08-291-3/+3
* | Revert "Make QtQuickTest::mouseEvent use QTest::mouseX"Jani Heikkinen2017-09-041-18/+6
* | Make QtQuickTest::mouseEvent use QTest::mouseXAlbert Astals Cid2017-08-301-6/+18
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-151-0/+4
|\|
| * qmltest: fix compare() for urlsLiang Qi2017-06-141-0/+4
* | TestCase: Grow some new functionality on grabImageRobin Burchell2017-05-111-1/+23
* | Error out if TestCase.verify receives more than 2 parametersAlbert Astals Cid2017-04-051-0/+3
* | TestCase: Use the new instanceof support for QML types to ensure we have an ItemRobin Burchell2017-04-041-20/+38
|/
* 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