summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.h
Commit message (Expand)AuthorAgeFilesLines
* testlib: Add qWaitFor to wait for predicateTor Arne Vestbø2017-09-251-0/+2
* Move toString calls after their definitionTimo Aarnipuro2017-07-211-12/+2
* Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-11/+11
|\
| * Fix modernize-use-bool-literals issuesKevin Funk2017-07-081-11/+11
| * Revert "testlib: Add qWaitFor to wait for predicate"Friedemann Kleint2017-02-231-2/+1
| * testlib: Add qWaitFor to wait for predicateTor Arne Vestbø2017-02-211-1/+2
* | Split QTest::qExec()J-P Nurmi2017-06-221-0/+4
* | QtTest: add support for printing QStringViewsMarc Mutz2017-04-241-1/+1
* | QCOMPARE: allow mixed-type comparisonsMarc Mutz2017-04-211-1/+9
* | Improve pair-like class handling in testsSamuel Gaist2017-04-061-0/+16
|/
* Streamline #include <type_traits>Giuseppe D'Angelo2017-01-311-1/+0
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-0/+2
|\
| * Fix build without features.temporaryfileTasuku Suzuki2017-01-251-0/+2
* | Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-271-2/+2
* | Long live QTest::addRow()!Marc Mutz2017-01-101-0/+1
|/
* QTest::addColumn: Use nullptr instead of 0Kevin Funk2016-12-061-1/+1
* Replace custom type traits with std one'sKai Koehne2016-11-081-2/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-27/+27
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-011-27/+27
| |\
| | * QtTest: don't use double-underhanded identifiersMarc Mutz2016-09-291-27/+27
* | | QTest: allow to mark QFETCH variables constMarc Mutz2016-09-011-5/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
| |\|
| | * QTest: Fix printing of values of Q_ENUMsThiago Macieira2016-05-081-1/+1
| | * Fix QCOMPARE with enum classes.Robin Burchell2015-11-261-1/+1
* | | QTestLib: support explicit bool conversions in QVERIFYGiuseppe D'Angelo2016-05-041-1/+1
* | | QTest: support nullptr in QCOMPAREMarc Mutz2016-04-081-1/+28
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Fix QCOMPARE with enum classes.Robin Burchell2015-11-061-1/+1
|/
* QTestLib: Add macros QTRY_VERIFY2_WITH_TIMEOUT(), QTRY_VERIFY2().Friedemann Kleint2015-07-221-0/+9
* Qt Test: Fix QCOMPARE message for signed and unsigned char.Vincas Dargis2015-07-211-0/+2
* Testlib: Remove overload qCompare(bool, int, ...).Friedemann Kleint2015-07-191-8/+0
* QtTestLib: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-061-6/+6
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+3
|\
| * QTest: Make qExtractTestData() return the created QTemporaryDirv5.5.0-rc1Marc Mutz2015-06-141-1/+3
* | Output registered enumeration names in QCOMPARE.Friedemann Kleint2015-06-121-2/+19
|/
* TestCase: Also check main source path when looking for test dataCaroline Chao2015-05-051-0/+2
* Testlib: Add function to extract files from resources to diskRainer Keller2015-02-181-0/+4
* Make the printing of complex byte arrays prettierThiago Macieira2015-02-151-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtTest: call toString() as a normal functionMarc Mutz2015-01-041-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix QtTestlib build under QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2014-05-151-0/+2
* QTestCase: fix macros taking expressions to avoid clang warningsShawn Rutledge2014-04-081-7/+7
* Make the printing of complex Unicode in a QString prettierThiago Macieira2014-02-161-0/+1
* Extend QTRY_COMPARE and QTRY_VERIFY macrosJędrzej Nowacki2014-01-131-16/+26
* Add QVERIFY_EXCEPTION_THROWN macro for testing exceptions using QtTestDmitry Ashkadov2013-11-261-0/+45
* Add overload of QTest::ignoreMessage() taking a QRegularExpression.Friedemann Kleint2013-11-171-0/+2
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-261-0/+2
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0