summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-1/+1
* Clarify assert on use of const char* as TestData type in tests.Mitch Curtis2012-10-241-0/+3
* QTestLib: clean up qCompare specialisation/overload mixMarc Mutz2012-09-231-19/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use variadic macros where available to make QSKIP source compatible.Stephen Kelly2012-06-081-1/+11
* testlib: Remove obsolete internal compare_helper overload.Jason McDonald2012-03-211-2/+0
* Remove QTEST_NO_SPECIALIZATIONSOlivier Goffart2012-03-141-20/+0
* testlib: Improve verbose and XPASS outputJason McDonald2012-03-081-10/+6
* QTestlib: no need to use the preprocessor to distinguish qrealOlivier Goffart2012-02-271-22/+4
* Remove usages of QT_ARCH and QT_ARCH_* from qtbaseBradley T. Hughes2012-02-171-2/+2
* testlib: Remove obsolete version of QSKIP macro.Jason McDonald2012-02-161-11/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Change QSKIP to fail for outdated tests.Jason McDonald2012-01-181-2/+2
* Tests: Remove duplicate QTRY_VERIFY/QTRY_COMPARE macros in bearer.Friedemann Kleint2012-01-101-6/+10
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* testlib: fixed actual, expected order in QTest::compare_helperRohan McGovern2011-12-131-1/+1
* Revert "Remove unused overload of QTest::qExec."Friedemann Kleint2011-12-121-0/+1
* Remove unused overload of QTest::qExec.Jason McDonald2011-12-081-1/+0
* testlib: add QFINDTESTDATA macro for finding testdata filesRohan McGovern2011-12-011-0/+12
* Remove legacy Symbian code from qtestlib.Jason McDonald2011-10-241-23/+1
* Testlib: Fixed compilation with MSVC.Friedemann Kleint2011-10-211-0/+9
* Remove QTest::SkipMode from qtestlib API.Jason McDonald2011-10-211-3/+8
* Remove DEPENDS_ON from qtestlib API.Jason McDonald2011-10-191-2/+0
* Move QTRY_VERIFY/QTRY_COMPARE into testlib.Jason McDonald2011-10-191-0/+28
* Make QTest::qWarn() use __FILE__ and __LINE__.Jason McDonald2011-09-281-2/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+375