aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/TestCase.qml
Commit message (Expand)AuthorAgeFilesLines
* TestCase: use strict (in)equality operators whenever possibleVladimir Belyavsky2023-12-081-35/+35
* TestCase: use `let` instead of `var`Vladimir Belyavsky2023-12-081-57/+57
* TestCase: make failOnWarning() functional on temp objects destructionVladimir Belyavsky2023-11-241-1/+3
* QtTest: Do not verify() before logging startsUlf Hermann2023-08-121-1/+5
* Doc: Fix documentation issuesTopi Reinio2023-06-091-1/+1
* Doc: Add section that shows how to separate qml tests from app logicAndreas Eliasson2023-05-301-0/+75
* Doc: fix since/deprecation versions for TestCase change that missed 6.4Mitch Curtis2022-10-041-3/+3
* createTemporaryObject: account for undefined parent argumentMitch Curtis2022-09-301-0/+3
* Doc: elaborate on failOnWarning behaviorMitch Curtis2022-09-231-10/+23
* QmlTest: Prevent interleaved execution of TestCasesUlf Hermann2022-08-251-5/+9
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* TestCase: add API for checking for polish at window levelMitch Curtis2022-06-061-13/+40
* QML test lib: propagate failOnWarning() feature to QMLAndrei Golubev2021-12-041-0/+39
* Replace uses of deprecated QWARN macro with qWarningTor Arne Vestbø2021-08-041-1/+1
* Modernize QuickTest's TestCase.qmlFabian Kosmale2021-07-051-5/+6
* Refactor and update qml CMake APICraig Scott2021-06-041-0/+2016