| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a QCOMPARE_3WAY macro to test the C++20 spaceship operator <=> | Tatiana Borisova | 2024-11-14 | 1 | -0/+30 |
* | Fix source compatibility with existing toString() extensions | Allan Sandfeld Jensen | 2024-07-18 | 1 | -1/+1 |
* | QTest: rip out qxp::function_ref from compare_helper() | Thiago Macieira | 2024-04-26 | 1 | -1/+1 |
* | QTest: rip out qxp::function_ref from reportResult() | Thiago Macieira | 2024-04-26 | 1 | -4/+8 |
* | QDoc: Drop default arguments from some \fn documentation strings | Paul Wicking | 2024-03-13 | 1 | -8/+8 |
* | QTest: allow passing chrono literal as QTRY_ timeout | Marc Mutz | 2024-02-07 | 1 | -1/+21 |
* | [docs] Fix C'n'P error in QTRY_VERIFY2 example | Marc Mutz | 2024-01-31 | 1 | -1/+1 |
* | testlib: Add test function for simulating wheel events | Doris Verria | 2023-12-20 | 1 | -0/+11 |
* | Remove unneeded toString(QPair) declaration | Marc Mutz | 2023-12-06 | 1 | -7/+0 |
* | QTest: simplify toString(tuple) | Marc Mutz | 2023-12-06 | 1 | -6/+0 |
* | [doc] QBENCHMARK_ONCE: fix typos | Marc Mutz | 2023-11-15 | 1 | -2/+2 |
* | Doc: Fix QTest::createTouchDevice docs | Michal Klocek | 2023-11-01 | 1 | -4/+4 |
* | Add QEXPECT_FAIL to tst_QApplication::sendEventsOnProcessEvents | Tero Heikkinen | 2023-08-10 | 1 | -1/+2 |
* | QTest: Rename QCOMPARE_XX parameters to add meaning | Mårten Nordheim | 2023-03-08 | 1 | -48/+48 |
* | Doc: fix links to qFuzzyIsNull | Volker Hilsheimer | 2023-03-03 | 1 | -1/+1 |
* | testlib: make it possible to test double-clicks with discrete events | Shawn Rutledge | 2022-10-16 | 1 | -2/+20 |
* | QTest: Support QKeySequence compare | Laszlo Papp | 2022-07-09 | 1 | -0/+7 |
* | Make it possible to check the accepted state of touch events in tests | Shawn Rutledge | 2022-07-08 | 1 | -7/+13 |
* | QCOMPARE: Fix a typo in the documentation | Laszlo Papp | 2022-07-01 | 1 | -1/+1 |
* | QTestLib: improve documentation | Ivan Solovev | 2022-06-08 | 1 | -0/+12 |
* | Add QTRY_COMPARE_{EQ,NE,LT,LE,GT,GE}_WITH_TIMEOUT() | Ivan Solovev | 2022-06-03 | 1 | -0/+150 |
* | Add QCOMPARE_{EQ,NE,LT,LE,GT,GE}() | Ivan Solovev | 2022-06-03 | 1 | -7/+146 |
* | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -26/+2 |
* | QtTestLib: replace remaining uses of QL1String with QL1StringView | Sona Kurazyan | 2022-05-02 | 1 | -1/+1 |
* | Doc: Add \relates command for documented global functions/macros | Topi Reinio | 2022-03-25 | 1 | -0/+1 |
* | Long live QVERIFY_THROWS_NO_EXCEPTION! | Marc Mutz | 2021-11-26 | 1 | -0/+34 |
* | Long live QVERIFY_THROWS_EXCEPTION! | Marc Mutz | 2021-11-26 | 1 | -4/+20 |
* | QVERIFY_EXCEPTION_THROWN: re-throw unknown exceptions | Marc Mutz | 2021-11-25 | 1 | -9/+18 |
* | Clarify documentation of QEXPECT_FAIL()'s mode | Edward Welbourne | 2021-08-11 | 1 | -8/+11 |
* | Doc: Fix link error to qFuzzyIsNull() | Nico Vertriest | 2021-08-06 | 1 | -4/+5 |
* | testlib: Deprecate QWARN() in favor of qWarning() | Tor Arne Vestbø | 2021-08-04 | 1 | -0/+1 |
* | Specify QT_TESTCASE_BUILDDIR for Qt::Test users implicitly | Alexey Edelev | 2021-04-08 | 1 | -0/+4 |
* | Doc: Fix link errors qtbase | Nico Vertriest | 2021-04-06 | 1 | -1/+1 |
* | Doc: explain how to create a test touch device for use with touchEvent | Mitch Curtis | 2020-11-20 | 1 | -1/+7 |
* | Fix a few qdoc warnings | Volker Hilsheimer | 2020-11-06 | 1 | -1/+2 |
* | Unfix QTest touch API documentation | Mårten Nordheim | 2020-11-02 | 1 | -1/+1 |
* | Fix documentation for QTest touch APIs | Volker Hilsheimer | 2020-10-29 | 1 | -10/+10 |
* | QTestlib: Enable comparing QList against initializer lists/arrays | Friedemann Kleint | 2020-07-21 | 1 | -5/+14 |
* | Introduce QInputDevice hierarchy; replace QTouchDevice | Shawn Rutledge | 2020-06-16 | 1 | -4/+4 |
* | QCOMPARE: treat values as equal if qFuzzyIsNull(each) | Edward Welbourne | 2020-04-30 | 1 | -11/+10 |
* | Doc: Make Qt Test snippets compilable | Nico Vertriest | 2020-04-03 | 1 | -15/+17 |
* | Doc: Add best-practice-info for using QVERIFY() and QCOMPARE() | Leena Miettinen | 2019-11-01 | 1 | -26/+82 |
* | Doc: Update info about QSKIP() | Leena Miettinen | 2019-10-31 | 1 | -15/+44 |
* | Doc: Replace \b {Note:} with \note | Leena Miettinen | 2019-10-21 | 1 | -12/+12 |
* | Doc: Describe initTestCase_data() function and QFETCH_GLOBAL macro | Leena Miettinen | 2019-10-11 | 1 | -3/+30 |
* | Merge remote-tracking branch 'origin/5.12.1' into 5.12 | Qt Forward Merge Bot | 2019-01-23 | 1 | -0/+22 |
|\ |
|
| * | Doc: Restore documentation for QTest functions in other modules | Topi Reinio | 2019-01-04 | 1 | -0/+22 |
* | | Documentation: Add \nullptr macro and use where applicable | Friedemann Kleint | 2019-01-10 | 1 | -1/+1 |
|/ |
|
* | testlib: Move qtestsystem helpers to their respective modules | Tor Arne Vestbø | 2018-07-16 | 1 | -99/+0 |
* | Fix typos | Jarek Kobus | 2018-02-13 | 1 | -1/+1 |