summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.h
Commit message (Expand)AuthorAgeFilesLines
* QCOMPARE: restore compatibility with braced-init-listsGiuseppe D'Angelo2023-07-071-1/+1
* Silence compiler warning about unreachable codeVolker Hilsheimer2023-06-301-2/+3
* Move the formatting of <chrono> durations to QDebug & QtTestThiago Macieira2023-05-061-0/+3
* QTest: Rename QCOMPARE_XX parameters to add meaningMårten Nordheim2023-03-081-27/+27
* Add QTest::currentTestResolved() and use in testlibEdward Welbourne2022-09-221-3/+4
* Skip early return from test loops during cleanup()Edward Welbourne2022-09-221-5/+7
* Fix warning from testing assignmentVolker Hilsheimer2022-09-031-1/+1
* Implement the batch_tests featureMikolaj Boc2022-08-241-0/+5
* Skip some spurious parentheses on macro argument usesEdward Welbourne2022-07-251-10/+10
* Skip semicolon after uses of QTRY_IMPL() and QTRY_LOOP_IMPL()Edward Welbourne2022-07-251-6/+8
* Move the early-failure checks in QTRY_IMPL()Edward Welbourne2022-07-251-6/+8
* Use debug stream in QTest::toString's default fallback if possibleVolker Hilsheimer2022-07-131-2/+11
* testlib: Don't print QCOMPARE values if they lack string representationVolker Hilsheimer2022-07-101-11/+0
* QTest: switch some text-conversion functions to use qsizetypeMårten Nordheim2022-06-281-2/+2
* QTestLib: rework QTest::compare_helper()Ivan Solovev2022-06-031-8/+31
* Add QTRY_COMPARE_{EQ,NE,LT,LE,GT,GE}_WITH_TIMEOUT()Ivan Solovev2022-06-031-0/+36
* Add QCOMPARE_{EQ,NE,LT,LE,GT,GE}()Ivan Solovev2022-06-031-0/+32
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtTestLib: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-021-4/+4
* Fix QTest::toString() over QT_TYPESAFE_FLAGS QFlagsMarc Mutz2022-03-041-2/+2
* Replace out-of-date comment on QTRY_IMPL(), about qWaitFor()Edward Welbourne2021-12-091-3/+9
* QTest: fix grammar in static_assert()Marc Mutz2021-11-271-2/+2
* Long live QVERIFY_THROWS_NO_EXCEPTION!Marc Mutz2021-11-261-2/+19
* QTest: de-inline QVERIFY_THROWS_EXCEPTION message formattingMarc Mutz2021-11-261-5/+4
* Add QTest::failOnWarningMitch Curtis2021-11-261-0/+4
* Long live QVERIFY_THROWS_EXCEPTION!Marc Mutz2021-11-261-2/+12
* QVERIFY_EXCEPTION_THROWN: re-throw unknown exceptionsMarc Mutz2021-11-251-1/+2
* QTest: mark qFail() as coldMarc Mutz2021-11-231-0/+1
* Deprecate QTest::qWarn() and replace its last useEdward Welbourne2021-09-231-12/+4
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-041-3/+13
* Fix QFAIL() to interract correctly with QEXPECT_FAIL()Edward Welbourne2021-06-151-2/+2
* QtTest: move QTRY_X error message formatting out-of-lineMarc Mutz2021-06-151-3/+3
* QTestlib: Add formatting for QObject * in QCOMPAREFriedemann Kleint2021-05-261-0/+22
* QTestlib: Fix formatting of pointers in QCOMPAREFriedemann Kleint2021-05-231-1/+2
* QTestlib: Speed up comparison of qsizetypeFriedemann Kleint2021-01-221-0/+5
* QTestLib: Show the values of unregistered enumsChristian Kandeler2021-01-131-1/+7
* Make QTRY_IMPL() exit its loop if the test failsEdward Welbourne2020-09-141-3/+3
* Partially revert "Inline QTest::qSleep()"Lars Knoll2020-09-121-1/+0
* Inline QTest::qSleep()Lars Knoll2020-09-061-1/+2
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-2/+2
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-1/+1
|\
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-161-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-151-1/+1
| | |\
| | | * Bound the scope of QTRY_LOOP_IMPL()'s local variableEdward Welbourne2019-08-131-1/+1
* | | | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-0/+34
|\| | |
| * | | QTestLib: Speed up QCOMPARE for QStringFriedemann Kleint2019-08-011-0/+28
| * | | QTestLib: Speed up QCOMPARE for float, double, int, unsignedFriedemann Kleint2019-07-091-0/+6
* | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-1/+1
|\| | |
| * | | QTestLib: Replace typedef by 'using'Friedemann Kleint2019-06-291-1/+1
* | | | Fix qFindTestData with cmake and ninja generatorSimon Hausmann2019-06-041-3/+8
|/ / /